ProvisioningOperation 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.
Defines values for ProvisioningOperation.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ProvisioningOperation
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ProvisioningOperation =
Public Enum ProvisioningOperation
- Inheritance
-
ProvisioningOperation
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | The provisioning operation is not specified. |
Create | 1 | The provisioning operation is create. |
Delete | 2 | The provisioning operation is delete. |
Waiting | 3 | The provisioning operation is waiting. |
AzureAsyncOperationWaiting | 4 | The provisioning operation is waiting Azure async operation. |
ResourceCacheWaiting | 5 | The provisioning operation is waiting for resource cache. |
Action | 6 | The provisioning operation is action. |
Read | 7 | The provisioning operation is read. |
EvaluateDeploymentOutput | 8 | The provisioning operation is evaluate output. |
DeploymentCleanup | 9 | The provisioning operation is cleanup. This operation is part of the 'complete' mode deployment. |