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 /> NOTE: Azure Diagnostics拡張機能を使用している場合、このプロパティは詳細のクエリに 'DeploymentId' として使用できます。

適用対象