HostedServiceGetDetailedResponse.Deployment.Status Property

 

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

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

Syntax

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

Property Value

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

A DeploymentStatus value.

See Also

HostedServiceGetDetailedResponse.Deployment Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top