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)

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