Share via


ArcSettingAggregateState Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ArcSettingAggregateStateTypeConverter))]
public struct ArcSettingAggregateState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ArcSettingAggregateState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ArcSettingAggregateStateTypeConverter))>]
type ArcSettingAggregateState = struct
    interface IArgumentCompleter
Public Structure ArcSettingAggregateState
Implements IArgumentCompleter, IEquatable(Of ArcSettingAggregateState)
Inheritance
ArcSettingAggregateState
Attributes
Implements

Fields

Accepted
Canceled
Connected
Creating
Deleted
Deleting
DisableInProgress
Disconnected
Error
Failed
InProgress
Moving
NotSpecified
PartiallyConnected
PartiallySucceeded
Provisioning
Succeeded
Updating

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ArcSettingAggregateState)

Compares values of enum type ArcSettingAggregateState

Equals(Object)

Compares values of enum type ArcSettingAggregateState (override for Object)

GetHashCode()

Returns hashCode for enum ArcSettingAggregateState

ToString()

Returns string representation for ArcSettingAggregateState

Operators

Equality(ArcSettingAggregateState, ArcSettingAggregateState)

Overriding == operator for enum ArcSettingAggregateState

Implicit(ArcSettingAggregateState to String)

Implicit operator to convert ArcSettingAggregateState to string

Implicit(String to ArcSettingAggregateState)

Implicit operator to convert string to ArcSettingAggregateState

Inequality(ArcSettingAggregateState, ArcSettingAggregateState)

Overriding != operator for enum ArcSettingAggregateState

Applies to