Share via


KnownVMOperationStatus enum

Virtual Machine operation status values.

Fields

Canceled

Indicates that the cancellation request was successful because the virtual machine had not been created yet.

CancelFailedStatusUnknown

Indicates that the cancellation request could not be applied because the virtual machine had already been created.

Cancelling

Indicates that the virtual machine operation is being cancelled.

Creating

Indicates that the virtual machine is either in the process of being created or is scheduled to be created.

Deleting

Indicates that the virtual machine is being deleted.

Failed

Indicates that the virtual machine operation failed.

Succeeded

Indicates that the virtual machine operation completed successfully.