Uses of Class
com.azure.compute.batch.models.BatchNodePlacementConfiguration
Packages that use BatchNodePlacementConfiguration
-
Uses of BatchNodePlacementConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNodePlacementConfigurationModifier and TypeMethodDescriptionBatchNodePlacementConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchNodePlacementConfiguration from the JsonReader.VirtualMachineConfiguration.getNodePlacementConfiguration()
Get the nodePlacementConfiguration property: The node placement configuration for the pool.BatchNodePlacementConfiguration.setPolicy
(BatchNodePlacementPolicyType policy) Set the policy property: Node placement Policy type on Batch Pools.Methods in com.azure.compute.batch.models with parameters of type BatchNodePlacementConfigurationModifier and TypeMethodDescriptionVirtualMachineConfiguration.setNodePlacementConfiguration
(BatchNodePlacementConfiguration nodePlacementConfiguration) Set the nodePlacementConfiguration property: The node placement configuration for the pool.