HciVmProvisioningState 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.
Provisioning state of the resource.
public readonly struct HciVmProvisioningState : IEquatable<Azure.ResourceManager.Hci.Vm.Models.HciVmProvisioningState>
type HciVmProvisioningState = struct
Public Structure HciVmProvisioningState
Implements IEquatable(Of HciVmProvisioningState)
- Inheritance
-
HciVmProvisioningState
- Implements
Constructors
HciVmProvisioningState(String) |
Initializes a new instance of HciVmProvisioningState. |
Properties
Accepted |
Provisioning has been accepted. |
Canceled |
Provisioning has been canceled. |
Deleting |
Deletion of the resource is in progress. |
Failed |
Provisioning has failed. |
InProgress |
Provisioning is in progress. |
Succeeded |
Provisioning has succeeded. |
Methods
Equals(HciVmProvisioningState) |
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(HciVmProvisioningState, HciVmProvisioningState) |
Determines if two HciVmProvisioningState values are the same. |
Implicit(String to HciVmProvisioningState) |
Converts a String to a HciVmProvisioningState. |
Inequality(HciVmProvisioningState, HciVmProvisioningState) |
Determines if two HciVmProvisioningState values are not the same. |