LabServicesProvisioningState Enum

Definition

Resource provisioning state.

public enum LabServicesProvisioningState
type LabServicesProvisioningState = 
Public Enum LabServicesProvisioningState
Inheritance
LabServicesProvisioningState

Fields

Creating 0

Resource is in the process of being created.

Deleting 2

Resource is in the process of being deleted.

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.

Succeeded 3

Resource is in healthy state after creation or update operation.

Updating 1

New property values are being applied to the resource.

Applies to