NodePlacementPolicyType Enum

  • java.lang.Object
    • java.lang.Enum<NodePlacementPolicyType>
      • com.microsoft.azure.management.batch.NodePlacementPolicyType

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
the serialized value to parse.

Returns

the parsed NodePlacementPolicyType object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to