LabServicesProvisioningState Enum
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.
Resource provisioning state.
public enum LabServicesProvisioningState
type LabServicesProvisioningState =
Public Enum LabServicesProvisioningState
- Inheritance
-
LabServicesProvisioningState
Fields
Name | Value | Description |
---|---|---|
Creating | 0 | Resource is in the process of being created. |
Updating | 1 | New property values are being applied to the resource. |
Deleting | 2 | Resource is in the process of being deleted. |
Succeeded | 3 | Resource is in healthy state after creation or update operation. |
Failed | 4 | Previous operation on the resource has failed leaving resource in unhealthy state. |
Locked | 5 | The resource is locked and changes are currently blocked. This could be due to maintenance or a scheduled operation. The state will go back to succeeded once the locking operation has finished. |
Applies to
Azure SDK for .NET