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