Uses of Class
com.azure.resourcemanager.batch.models.NodePlacementConfiguration
Packages that use NodePlacementConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of NodePlacementConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return NodePlacementConfigurationModifier and TypeMethodDescriptionVirtualMachineConfiguration.nodePlacementConfiguration()Get the nodePlacementConfiguration property: Node placement configuration for batch pools.NodePlacementConfiguration.withPolicy(NodePlacementPolicyType policy) Set the policy property: The placement policy for allocating nodes in the pool.Methods in com.azure.resourcemanager.batch.models with parameters of type NodePlacementConfigurationModifier and TypeMethodDescriptionVirtualMachineConfiguration.withNodePlacementConfiguration(NodePlacementConfiguration nodePlacementConfiguration) Set the nodePlacementConfiguration property: Node placement configuration for batch pools.