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

Name Description
ArcSettingAggregateState(String)

Initializes a new instance of ArcSettingAggregateState.

Properties

Name Description
Accepted

The operation has been accepted and is pending execution.

Canceled

The operation was canceled across the nodes.

Connected

All nodes are connected.

Creating

The Arc agent is being created across the nodes.

Deleted

The Arc agent has been deleted from all nodes.

Deleting

The Arc agent is being deleted across the nodes.

DisableInProgress

The Arc agent is being disabled across the nodes.

Disconnected

All nodes are disconnected.

Error

An error occurred in the aggregate state.

Failed

The operation failed on all or most nodes.

InProgress

The operation is currently in progress across the nodes.

Moving

The Arc agent is being moved across the nodes.

NotSpecified

The aggregate state is not specified.

PartiallyConnected

Some nodes are connected, others are not.

PartiallySucceeded

The operation succeeded on some nodes.

Provisioning

The Arc agent is being provisioned across the nodes.

Succeeded

The operation successfully completed across all nodes.

Updating

The Arc agent is being updated across the nodes.

Methods

Name Description
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

Name Description
Equality(ArcSettingAggregateState, ArcSettingAggregateState)

Determines if two ArcSettingAggregateState values are the same.

Implicit(String to ArcSettingAggregateState)

Converts a string to a ArcSettingAggregateState.

Implicit(String to Nullable<ArcSettingAggregateState>)
Inequality(ArcSettingAggregateState, ArcSettingAggregateState)

Determines if two ArcSettingAggregateState values are not the same.

Applies to