HciVmOperationStatus 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.
The status of the operation performed on the resource [Succeeded, Failed, InProgress].
public readonly struct HciVmOperationStatus : IEquatable<Azure.ResourceManager.Hci.Vm.Models.HciVmOperationStatus>
type HciVmOperationStatus = struct
Public Structure HciVmOperationStatus
Implements IEquatable(Of HciVmOperationStatus)
- Inheritance
-
HciVmOperationStatus
- Implements
Constructors
HciVmOperationStatus(String) |
Initializes a new instance of HciVmOperationStatus. |
Properties
Failed |
Operation failed. |
InProgress |
Operation is in progress. |
Succeeded |
Operation succeeded. |
Methods
Equals(HciVmOperationStatus) |
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
Equality(HciVmOperationStatus, HciVmOperationStatus) |
Determines if two HciVmOperationStatus values are the same. |
Implicit(String to HciVmOperationStatus) |
Converts a String to a HciVmOperationStatus. |
Inequality(HciVmOperationStatus, HciVmOperationStatus) |
Determines if two HciVmOperationStatus values are not the same. |