HostedServiceGetDetailedResponse::Deployment::UpgradeStatus Property
Gets or sets an UpgradeStatus object that contains information about an update occurring on the deployment.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property UpgradeStatus^ UpgradeStatus { UpgradeStatus^ get(); void set(UpgradeStatus^ value); }
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models::UpgradeStatus^An UpgradeStatus object.
Show: