ArcExtensionAggregateState Struct

Definition

Aggregate state of Arc Extensions across the nodes in this HCI cluster.

public readonly struct ArcExtensionAggregateState : IEquatable<Azure.ResourceManager.Hci.Models.ArcExtensionAggregateState>
type ArcExtensionAggregateState = struct
Public Structure ArcExtensionAggregateState
Implements IEquatable(Of ArcExtensionAggregateState)
Inheritance
ArcExtensionAggregateState
Implements

Constructors

ArcExtensionAggregateState(String)

Initializes a new instance of ArcExtensionAggregateState.

Properties

Accepted

Accepted.

Canceled

Canceled.

Connected

Connected.

Creating

Creating.

Deleted

Deleted.

Deleting

Deleting.

Disconnected

Disconnected.

Error

Error.

Failed

Failed.

InProgress

InProgress.

Moving

Moving.

NotSpecified

NotSpecified.

PartiallyConnected

PartiallyConnected.

PartiallySucceeded

PartiallySucceeded.

Provisioning

Provisioning.

Succeeded

Succeeded.

Updating

Updating.

UpgradeFailedRollbackSucceeded

UpgradeFailedRollbackSucceeded.

Methods

Equals(ArcExtensionAggregateState)

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(ArcExtensionAggregateState, ArcExtensionAggregateState)

Determines if two ArcExtensionAggregateState values are the same.

Implicit(String to ArcExtensionAggregateState)

Converts a string to a ArcExtensionAggregateState.

Inequality(ArcExtensionAggregateState, ArcExtensionAggregateState)

Determines if two ArcExtensionAggregateState values are not the same.

Applies to