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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.