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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java