Share via


NodeExtensionState Struct

Definition

State of Arc Extension in this node.

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

Fields

Accepted
Canceled
Connected
Creating
Deleted
Deleting
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(NodeExtensionState)

Compares values of enum type NodeExtensionState

Equals(Object)

Compares values of enum type NodeExtensionState (override for Object)

GetHashCode()

Returns hashCode for enum NodeExtensionState

ToString()

Returns string representation for NodeExtensionState

Operators

Equality(NodeExtensionState, NodeExtensionState)

Overriding == operator for enum NodeExtensionState

Implicit(NodeExtensionState to String)

Implicit operator to convert NodeExtensionState to string

Implicit(String to NodeExtensionState)

Implicit operator to convert string to NodeExtensionState

Inequality(NodeExtensionState, NodeExtensionState)

Overriding != operator for enum NodeExtensionState

Applies to