Uses of Enum
com.azure.resourcemanager.batch.models.NodePlacementPolicyType
Packages that use NodePlacementPolicyType
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of NodePlacementPolicyType in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return NodePlacementPolicyTypeModifier and TypeMethodDescriptionstatic NodePlacementPolicyTypeNodePlacementPolicyType.fromString(String value) Parses a serialized value to a NodePlacementPolicyType instance.NodePlacementConfiguration.policy()Get the policy property: The placement policy for allocating nodes in the pool.static NodePlacementPolicyTypeReturns the enum constant of this type with the specified name.static NodePlacementPolicyType[]NodePlacementPolicyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.batch.models with parameters of type NodePlacementPolicyTypeModifier and TypeMethodDescriptionNodePlacementConfiguration.withPolicy(NodePlacementPolicyType policy) Set the policy property: The placement policy for allocating nodes in the pool.