DeploymentStackProvisioningState Class
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 DeploymentStackProvisioningState.
public static class DeploymentStackProvisioningState
type DeploymentStackProvisioningState = class
Public Class DeploymentStackProvisioningState
- Inheritance
-
DeploymentStackProvisioningState
Fields
| Name | Description |
|---|---|
| Canceled |
The deployment stack has been cancelled |
| Canceling |
The deployment stack is being cancelled |
| Creating |
The deployment stack is currently being created |
| Deleting |
The deployment stack is being deleted |
| DeletingResources |
The deployment stack is deleting resources |
| Deploying |
The deployment stack is currently deploying |
| Failed |
The deployment stack has failed |
| Initializing |
The deployment stack is currently being initialized |
| Running |
The deployment stack is currently performing an operation |
| Succeeded |
The deployment stack completed successfully |
| UpdatingDenyAssignments |
The deployment stack is updating deny assignments |
| Validating |
The deployment stack is currently being validated |
| Waiting |
The deployment stack is currently waiting |