你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RoleInstanceInstanceView 构造函数

定义

重载

RoleInstanceInstanceView()

初始化 RoleInstanceInstanceView 类的新实例。

RoleInstanceInstanceView(Nullable<Int32>, Nullable<Int32>, String, IList<ResourceInstanceViewStatus>)

初始化 RoleInstanceInstanceView 类的新实例。

RoleInstanceInstanceView()

初始化 RoleInstanceInstanceView 类的新实例。

public RoleInstanceInstanceView ();
Public Sub New ()

适用于

RoleInstanceInstanceView(Nullable<Int32>, Nullable<Int32>, String, IList<ResourceInstanceViewStatus>)

初始化 RoleInstanceInstanceView 类的新实例。

public RoleInstanceInstanceView (int? platformUpdateDomain = default, int? platformFaultDomain = default, string privateId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceInstanceViewStatus> statuses = default);
new Microsoft.Azure.Management.Compute.Models.RoleInstanceInstanceView : Nullable<int> * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceInstanceViewStatus> -> Microsoft.Azure.Management.Compute.Models.RoleInstanceInstanceView
Public Sub New (Optional platformUpdateDomain As Nullable(Of Integer) = Nothing, Optional platformFaultDomain As Nullable(Of Integer) = Nothing, Optional privateId As String = Nothing, Optional statuses As IList(Of ResourceInstanceViewStatus) = Nothing)

参数

platformUpdateDomain
Nullable<Int32>

更新域。

platformFaultDomain
Nullable<Int32>

容错域。

privateId
String

指定在内部为与此角色实例关联的云服务生成的唯一标识符。 <br /><br /> 注意:如果使用Azure 诊断扩展,则此属性可用作“DeploymentId”来查询详细信息。

适用于