DeploymentStatus 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.
The status of the deployment.
public enum DeploymentStatus
type DeploymentStatus =
Public Enum DeploymentStatus
- Inheritance
-
DeploymentStatus
Fields
Name | Value | Description |
---|---|---|
Running | 0 | |
Suspended | 1 | |
RunningTransitioning | 2 | |
SuspendedTransitioning | 3 | |
Starting | 4 | |
Suspending | 5 | |
Deploying | 6 | |
Deleting | 7 |