Delen via


ArcSettingAggregateState Struct

Definition

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

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

Constructors

ArcSettingAggregateState(String)

Initializes a new instance of ArcSettingAggregateState.

Properties

Accepted

Accepted.

Canceled

Canceled.

Connected

Connected.

Creating

Creating.

Deleted

Deleted.

Deleting

Deleting.

DisableInProgress

DisableInProgress.

Disconnected

Disconnected.

Error

Error.

Failed

Failed.

InProgress

InProgress.

Moving

Moving.

NotSpecified

NotSpecified.

PartiallyConnected

PartiallyConnected.

PartiallySucceeded

PartiallySucceeded.

Provisioning

Provisioning.

Succeeded

Succeeded.

Updating

Updating.

Methods

Equals(ArcSettingAggregateState)

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

Determines if two ArcSettingAggregateState values are the same.

Implicit(String to ArcSettingAggregateState)

Converts a string to a ArcSettingAggregateState.

Inequality(ArcSettingAggregateState, ArcSettingAggregateState)

Determines if two ArcSettingAggregateState values are not the same.

Applies to