ComputeFleetVmOperationStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Virtual Machine operation status values.
public readonly struct ComputeFleetVmOperationStatus : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmOperationStatus>
type ComputeFleetVmOperationStatus = struct
Public Structure ComputeFleetVmOperationStatus
Implements IEquatable(Of ComputeFleetVmOperationStatus)
- Inheritance
-
ComputeFleetVmOperationStatus
- Implements
Constructors
| Name | Description |
|---|---|
| ComputeFleetVmOperationStatus(String) |
Initializes a new instance of ComputeFleetVmOperationStatus. |
Properties
| Name | Description |
|---|---|
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(ComputeFleetVmOperationStatus) |
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
| Name | Description |
|---|---|
| Equality(ComputeFleetVmOperationStatus, ComputeFleetVmOperationStatus) |
Determines if two ComputeFleetVmOperationStatus values are the same. |
| Implicit(String to ComputeFleetVmOperationStatus) |
Converts a string to a ComputeFleetVmOperationStatus. |
| Implicit(String to Nullable<ComputeFleetVmOperationStatus>) | |
| Inequality(ComputeFleetVmOperationStatus, ComputeFleetVmOperationStatus) |
Determines if two ComputeFleetVmOperationStatus values are not the same. |