ManagedClusterAgentPoolProfileProperties.AvailabilityZones Property

Definition

Gets or sets availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.

[Newtonsoft.Json.JsonProperty(PropertyName="availabilityZones")]
public System.Collections.Generic.IList<string> AvailabilityZones { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="availabilityZones")>]
member this.AvailabilityZones : System.Collections.Generic.IList<string> with get, set
Public Property AvailabilityZones As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to