DeploymentStatus Enumeration
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling. |
Defines the possible deployment status according to. See https://msdn.microsoft.com/en-us/library/windowsazure/ee460804.aspx for more info.
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceManagement.Contracts
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
public enum DeploymentStatus
'Declaration
Public Enumeration DeploymentStatus
public enum class DeploymentStatus
Members
Member name | Value | Description | |
---|---|---|---|
Running | 0 | ||
Suspended | 1 | ||
RunningTransitioning | 2 | ||
SuspendedTransitioning | 3 | ||
Starting | 4 | ||
Suspending | 5 | ||
Deploying | 6 | ||
Deleting | 7 |
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceManagement.Contracts Namespace