HciProvisioningState 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 ArcSetting proxy resource.
public readonly struct HciProvisioningState : IEquatable<Azure.ResourceManager.Hci.Models.HciProvisioningState>
type HciProvisioningState = struct
Public Structure HciProvisioningState
Implements IEquatable(Of HciProvisioningState)
- Inheritance
-
HciProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| HciProvisioningState(String) |
Initializes a new instance of HciProvisioningState. |
Properties
| Name | Description |
|---|---|
| Accepted |
Provisioning request has been accepted. |
| Canceled |
Provisioning was canceled. |
| Connected |
The resource is connected. |
| Creating |
The resource is being created. |
| Deleted |
The resource has been deleted. |
| Deleting |
The resource is being deleted. |
| DisableInProgress |
The resource is being disabled. |
| Disconnected |
The resource is disconnected. |
| Error |
An error occurred during provisioning. |
| Failed |
Provisioning failed. |
| InProgress |
Provisioning is in progress. |
| Moving |
The resource is being moved. |
| NotSpecified |
The provisioning state is not specified. |
| PartiallyConnected |
The resource is partially connected. |
| PartiallySucceeded |
Provisioning partially succeeded. |
| Provisioning |
The resource is currently provisioning. |
| Succeeded |
Provisioning completed successfully. |
| Updating |
The resource is being updated. |
Methods
| Name | Description |
|---|---|
| Equals(HciProvisioningState) |
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(HciProvisioningState, HciProvisioningState) |
Determines if two HciProvisioningState values are the same. |
| Implicit(String to HciProvisioningState) |
Converts a string to a HciProvisioningState. |
| Implicit(String to Nullable<HciProvisioningState>) | |
| Inequality(HciProvisioningState, HciProvisioningState) |
Determines if two HciProvisioningState values are not the same. |