KustoClusterZoneStatus Struct
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.
public readonly struct KustoClusterZoneStatus : IEquatable<Azure.ResourceManager.Kusto.Models.KustoClusterZoneStatus>
type KustoClusterZoneStatus = struct
Public Structure KustoClusterZoneStatus
Implements IEquatable(Of KustoClusterZoneStatus)
- Inheritance
-
KustoClusterZoneStatus
- Implements
Constructors
KustoClusterZoneStatus(String) |
Initializes a new instance of KustoClusterZoneStatus. |
Properties
NonZonal |
NonZonal. |
Zonal |
Zonal. |
ZonalInconsistency |
ZonalInconsistency. |
Methods
Equals(KustoClusterZoneStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(KustoClusterZoneStatus, KustoClusterZoneStatus) |
Determines if two KustoClusterZoneStatus values are the same. |
Implicit(String to KustoClusterZoneStatus) |
Converts a String to a KustoClusterZoneStatus. |
Inequality(KustoClusterZoneStatus, KustoClusterZoneStatus) |
Determines if two KustoClusterZoneStatus values are not the same. |
Applies to
Azure SDK for .NET