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)
Syntax
public Nullable<int> InstanceUpgradeDomain { get; set; }
public:
property Nullable<int> InstanceUpgradeDomain {
Nullable<int> get();
void set(Nullable<int> value);
}
member InstanceUpgradeDomain : Nullable<int> with get, set
Public Property InstanceUpgradeDomain As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
The update domain.
Remarks
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.
See Also
RoleInstance Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top