IKubernetesClusterNode.AvailabilityZone Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The availability zone this node is running within.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The availability zone this node is running within.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="availabilityZone")]
public string AvailabilityZone { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The availability zone this node is running within.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="availabilityZone")>]
member this.AvailabilityZone : string
Public ReadOnly Property AvailabilityZone As String
Property Value
- Attributes