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)
Syntax
public UpgradeStatus UpgradeStatus { get; set; }
public:
property UpgradeStatus^ UpgradeStatus {
UpgradeStatus^ get();
void set(UpgradeStatus^ value);
}
member UpgradeStatus : UpgradeStatus with get, set
Public Property UpgradeStatus As UpgradeStatus
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.UpgradeStatus
An UpgradeStatus object.
See Also
HostedServiceGetDetailedResponse.Deployment Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top