NodePlacementPolicyType Enum
- java.
lang. Object - java.
lang. Enum<NodePlacementPolicyType> - com.
microsoft. azure. management. batch. NodePlacementPolicyType
- com.
- java.
public enum NodePlacementPolicyType
Defines values for NodePlacementPolicyType.
Fields
REGIONAL |
All nodes in the pool will be allocated in the same region. |
ZONAL |
Nodes in the pool will be spread across different zones with best effort balancing. |
Methods
fromString(String value)
public static NodePlacementPolicyType fromString(String value)
Parses a serialized value to a NodePlacementPolicyType instance.
Parameters
- value
- String
Returns
the parsed NodePlacementPolicyType object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java