ICluster.ZoneStatus Property

Definition

Indicates whether the cluster is zonal or non-zonal.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "NonZonal", "ZonalInconsistency", "Zonal" })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="Indicates whether the cluster is zonal or non-zonal.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="zoneStatus", Update=false)]
public string ZoneStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "NonZonal", "ZonalInconsistency", "Zonal" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="Indicates whether the cluster is zonal or non-zonal.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="zoneStatus", Update=false)>]
member this.ZoneStatus : string
Public ReadOnly Property ZoneStatus As String

Property Value

Attributes

Applies to