Share via


UpgradeStatus.CurrentUpgradeDomainState Property

 

Gets or sets a UpgradeDomainState value that specifies the current state of the upgrade.

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

Syntax

public UpgradeDomainState CurrentUpgradeDomainState { get; set; }
public:
property UpgradeDomainState CurrentUpgradeDomainState {
    UpgradeDomainState get();
    void set(UpgradeDomainState value);
}
member CurrentUpgradeDomainState : UpgradeDomainState with get, set
Public Property CurrentUpgradeDomainState As UpgradeDomainState

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.UpgradeDomainState

A UpgradeDomainState value.

See Also

UpgradeStatus Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top