UpgradeStatus::CurrentUpgradeDomain Property

 

Gets or sets an integer value that represents the current upgrade domain.

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

public:
property int CurrentUpgradeDomain {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The current upgrade domain

Upgrade domains are identified with a zero-based index: the first upgrade domain has an ID of 0, the second has an ID of 1, and so on.

Return to top
Show: