Partilhar via


NodeArcState Struct

Definition

State of Arc agent in this node.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.NodeArcStateTypeConverter))]
public struct NodeArcState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.NodeArcState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.NodeArcStateTypeConverter))>]
type NodeArcState = struct
    interface IArgumentCompleter
Public Structure NodeArcState
Implements IArgumentCompleter, IEquatable(Of NodeArcState)
Inheritance
NodeArcState
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(NodeArcState)

Compares values of enum type NodeArcState

Equals(Object)

Compares values of enum type NodeArcState (override for Object)

GetHashCode()

Returns hashCode for enum NodeArcState

ToString()

Returns string representation for NodeArcState

Operators

Equality(NodeArcState, NodeArcState)

Overriding == operator for enum NodeArcState

Implicit(NodeArcState to String)

Implicit operator to convert NodeArcState to string

Implicit(String to NodeArcState)

Implicit operator to convert string to NodeArcState

Inequality(NodeArcState, NodeArcState)

Overriding != operator for enum NodeArcState

Applies to