KustoClusterState 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.
The state of the resource.
public readonly struct KustoClusterState : IEquatable<Azure.ResourceManager.Kusto.Models.KustoClusterState>
type KustoClusterState = struct
Public Structure KustoClusterState
Implements IEquatable(Of KustoClusterState)
- Inheritance
-
KustoClusterState
- Implements
Constructors
KustoClusterState(String) |
Initializes a new instance of KustoClusterState. |
Properties
Creating |
Creating. |
Deleted |
Deleted. |
Deleting |
Deleting. |
Migrated |
Migrated. |
Running |
Running. |
Starting |
Starting. |
Stopped |
Stopped. |
Stopping |
Stopping. |
Unavailable |
Unavailable. |
Updating |
Updating. |
Methods
Equals(KustoClusterState) |
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(KustoClusterState, KustoClusterState) |
Determines if two KustoClusterState values are the same. |
Implicit(String to KustoClusterState) |
Converts a string to a KustoClusterState. |
Inequality(KustoClusterState, KustoClusterState) |
Determines if two KustoClusterState values are not the same. |
Applies to
Azure SDK for .NET