RoleInstanceInstanceView コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- privateId
- String
このロール インスタンスに関連付けられているクラウド サービスに対して内部的に生成される一意識別子を指定します。 <br /><br /> NOTE: Azure Diagnostics拡張機能を使用している場合、このプロパティは詳細のクエリに 'DeploymentId' として使用できます。
- statuses
- IList<ResourceInstanceViewStatus>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET