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)

public:
property DeploymentStatus Status {
	DeploymentStatus get();
	void set(DeploymentStatus value);
}
Return to top
Show: