Share via


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

ClusterDetailedStatus(String)

Initializes a new instance of ClusterDetailedStatus.

Properties

Degraded

Degraded.

Deleting

Deleting.

Deploying

Deploying.

Disconnected

Disconnected.

Failed

Failed.

PendingDeployment

PendingDeployment.

Running

Running.

Updating

Updating.

Methods

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

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