MSDeployProvisioningState 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.
Provisioning state.
public enum MSDeployProvisioningState
type MSDeployProvisioningState =
Public Enum MSDeployProvisioningState
- Inheritance
-
MSDeployProvisioningState
Fields
Name | Value | Description |
---|---|---|
Accepted | 0 | accepted. |
Running | 1 | running. |
Succeeded | 2 | succeeded. |
Failed | 3 | failed. |
Canceled | 4 | canceled. |