Uses of Class
com.microsoft.azure.management.batch.NodePlacementConfiguration
Packages that use NodePlacementConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of NodePlacementConfiguration in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return NodePlacementConfigurationModifier and TypeMethodDescriptionVirtualMachineConfiguration.nodePlacementConfiguration()Get this configuration will specify rules on how nodes in the pool will be physically allocated.NodePlacementConfiguration.withPolicy(NodePlacementPolicyType policy) Set allocation policy used by Batch Service to provision the nodes.Methods in com.microsoft.azure.management.batch with parameters of type NodePlacementConfigurationModifier and TypeMethodDescriptionVirtualMachineConfiguration.withNodePlacementConfiguration(NodePlacementConfiguration nodePlacementConfiguration) Set this configuration will specify rules on how nodes in the pool will be physically allocated.