RoleInstance::InstanceUpgradeDomain Property

 

Gets or sets an integer that represents the update domain to which the role instance belongs.

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

public:
property Nullable<int> InstanceUpgradeDomain {
	Nullable<int> get();
	void set(Nullable<int> value);
}

Property Value

Type: System::Nullable<Int32>

The update domain.

During an update, all roles in the same update domain are updated at the same time.

For more information about update domains, see Update a Microsoft Azure Service.

Return to top
Show: