RoleInstance.InstanceUpgradeDomain 属性
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
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)
属性值
Type: System.Nullable<Int32>
更新域中。
备注
在更新期间,在同一时间更新同一更新域中的所有角色。
有关更新域的详细信息,请参阅 Update a Microsoft Azure Service。
请参阅
RoleInstance 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首