HostedServiceGetDetailedResponse::Deployment::UpgradeStatus Property

 

Gets or sets an UpgradeStatus object that contains information about an update occurring on the deployment.

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

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