NodePlacementPolicyType Enum

Definition

Defines values for NodePlacementPolicyType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum NodePlacementPolicyType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type NodePlacementPolicyType = 
Public Enum NodePlacementPolicyType
Inheritance
NodePlacementPolicyType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Regional 0

All nodes in the pool will be allocated in the same region.

Zonal 1

Nodes in the pool will be spread across different availability zones with best effort balancing.

Applies to