Share via


NodeExtensionState type

State of Arc Extension in this node. Reflects the current lifecycle status of the extension on the individual node, such as whether it's being created, updated, deleted, or has encountered an error.
KnownNodeExtensionState can be used interchangeably with NodeExtensionState, this enum contains the known values that the service supports.

Known values supported by the service

NotSpecified: The state is not specified.
Error: An error occurred during the extension lifecycle.
Succeeded: The extension operation completed successfully.
Canceled: The extension operation was canceled.
Failed: The extension operation failed.
Connected: The extension is connected on the node.
Disconnected: The extension is disconnected on the node.
Deleted: The extension has been deleted from the node.
Creating: The extension is being created on the node.
Updating: The extension is being updated on the node.
Deleting: The extension is being deleted from the node.
Moving: The extension is being moved on the node.
PartiallySucceeded: The extension operation partially succeeded.
PartiallyConnected: The extension is partially connected on the node.
InProgress: The extension operation is currently in progress.
Accepted: The extension operation has been accepted and is pending execution.
Provisioning: The extension is currently being provisioned on the node.

type NodeExtensionState = string