ClusterProvisioningState 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 provisioning state of the cluster.
public readonly struct ClusterProvisioningState : IEquatable<Azure.ResourceManager.NetworkCloud.Models.ClusterProvisioningState>
type ClusterProvisioningState = struct
Public Structure ClusterProvisioningState
Implements IEquatable(Of ClusterProvisioningState)
- Inheritance
-
ClusterProvisioningState
- Implements
Constructors
ClusterProvisioningState(String) |
Initializes a new instance of ClusterProvisioningState. |
Properties
Accepted |
Accepted. |
Canceled |
Canceled. |
Failed |
Failed. |
Succeeded |
Succeeded. |
Updating |
Updating. |
Validating |
Validating. |
Methods
Equals(ClusterProvisioningState) |
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(ClusterProvisioningState, ClusterProvisioningState) |
Determines if two ClusterProvisioningState values are the same. |
Implicit(String to ClusterProvisioningState) |
Converts a string to a ClusterProvisioningState. |
Inequality(ClusterProvisioningState, ClusterProvisioningState) |
Determines if two ClusterProvisioningState values are not the same. |
Applies to
Azure SDK for .NET