NodeExtensionState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |