IClusterProperties.ZoneStatus 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.
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