DeploymentStatus Enumeration

 

Specifies the available status values of a deployment.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public enum DeploymentStatus
public enum class DeploymentStatus
type DeploymentStatus
Public Enumeration DeploymentStatus

Members

Member name Description
Deleting

Specifies that the deployment status is Deleting.

Deploying

Specifies that the deployment status is Deploying.

Running

Specifies that the deployment status is Running.

RunningTransitioning

Specifies that the deployment status is Running Transitioning.

Starting

Specifies that the deployment status is Starting.

Suspended

Specifies that the deployment status is Suspended.

SuspendedTransitioning

Specifies that the deployment status is Suspended Transitioning.

Suspending

Specifies that the deployment status is Suspending.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top