DeploymentUpdateStatusParameters.Status Property

 

Gets or sets a UpdatedDeploymentStatus value that specifies the new status of the deployment.

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

Syntax

public UpdatedDeploymentStatus Status { get; set; }
public:
property UpdatedDeploymentStatus Status {
    UpdatedDeploymentStatus get();
    void set(UpdatedDeploymentStatus value);
}
member Status : UpdatedDeploymentStatus with get, set
Public Property Status As UpdatedDeploymentStatus

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.UpdatedDeploymentStatus

A UpdatedDeploymentStatus value.

See Also

DeploymentUpdateStatusParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top