Share via


IKubernetesCluster.ControlPlaneNodeConfigurationAvailabilityZone Property

Definition

The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="availabilityZones", Update=false)]
public System.Collections.Generic.List<string> ControlPlaneNodeConfigurationAvailabilityZone { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="availabilityZones", Update=false)>]
member this.ControlPlaneNodeConfigurationAvailabilityZone : System.Collections.Generic.List<string> with get, set
Public Property ControlPlaneNodeConfigurationAvailabilityZone As List(Of String)

Property Value

Attributes

Applies to