Share via


VMOperationStatus type

Virtual Machine operation status values.
KnownVMOperationStatus can be used interchangeably with VMOperationStatus, this enum contains the known values that the service supports.

Known values supported by the service

Creating: Indicates that the virtual machine is either in the process of being created or is scheduled to be created.
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.
Failed: Indicates that the virtual machine operation failed.
Succeeded: Indicates that the virtual machine operation completed successfully.

type VMOperationStatus = string