ClusterDetailedStatus 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 current detailed status of the cluster.
public readonly struct ClusterDetailedStatus : IEquatable<Azure.ResourceManager.NetworkCloud.Models.ClusterDetailedStatus>
type ClusterDetailedStatus = struct
Public Structure ClusterDetailedStatus
Implements IEquatable(Of ClusterDetailedStatus)
- Inheritance
-
ClusterDetailedStatus
- Implements
Constructors
| Name | Description |
|---|---|
| ClusterDetailedStatus(String) |
Initializes a new instance of ClusterDetailedStatus. |
Properties
| Name | Description |
|---|---|
| Degraded |
The Degraded status. |
| Deleting |
The Deleting status. |
| Deploying |
The Deploying status. |
| Disconnected |
The Disconnected status. |
| Failed |
The Failed status. |
| PendingDeployment |
The PendingDeployment status. |
| Running |
The Running status. |
| UpdatePaused |
The UpdatePaused status. |
| Updating |
The Updating status. |
Methods
| Name | Description |
|---|---|
| Equals(ClusterDetailedStatus) |
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
| Name | Description |
|---|---|
| Equality(ClusterDetailedStatus, ClusterDetailedStatus) |
Determines if two ClusterDetailedStatus values are the same. |
| Implicit(String to ClusterDetailedStatus) |
Converts a string to a ClusterDetailedStatus. |
| Implicit(String to Nullable<ClusterDetailedStatus>) | |
| Inequality(ClusterDetailedStatus, ClusterDetailedStatus) |
Determines if two ClusterDetailedStatus values are not the same. |