NodeExtensionState Struct

Definition

State of Arc Extension in this node.

public readonly struct NodeExtensionState : IEquatable<Azure.ResourceManager.Hci.Models.NodeExtensionState>
type NodeExtensionState = struct
Public Structure NodeExtensionState
Implements IEquatable(Of NodeExtensionState)
Inheritance
NodeExtensionState
Implements

Constructors

NodeExtensionState(String)

Initializes a new instance of NodeExtensionState.

Properties

Accepted

Accepted.

Canceled

Canceled.

Connected

Connected.

Creating

Creating.

Deleted

Deleted.

Deleting

Deleting.

Disconnected

Disconnected.

Error

Error.

Failed

Failed.

InProgress

InProgress.

Moving

Moving.

NotSpecified

NotSpecified.

PartiallyConnected

PartiallyConnected.

PartiallySucceeded

PartiallySucceeded.

Provisioning

Provisioning.

Succeeded

Succeeded.

Updating

Updating.

Methods

Equals(NodeExtensionState)

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

Equality(NodeExtensionState, NodeExtensionState)

Determines if two NodeExtensionState values are the same.

Implicit(String to NodeExtensionState)

Converts a string to a NodeExtensionState.

Inequality(NodeExtensionState, NodeExtensionState)

Determines if two NodeExtensionState values are not the same.

Applies to