Freigeben über


ClusterDetailedStatus Struct

Definition

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

Degraded.

Deleting

Deleting.

Deploying

Deploying.

Disconnected

Disconnected.

Failed

Failed.

PendingDeployment

PendingDeployment.

Running

Running.

UpdatePaused

UpdatePaused.

Updating

Updating.

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.

Inequality(ClusterDetailedStatus, ClusterDetailedStatus)

Determines if two ClusterDetailedStatus values are not the same.

Applies to