次の方法で共有


DedicatedHostInstanceView コンストラクター

定義

オーバーロード

DedicatedHostInstanceView()

DedicatedHostInstanceView クラスの新しいインスタンスを初期化します。

DedicatedHostInstanceView(String, DedicatedHostAvailableCapacity, IList<InstanceViewStatus>)

DedicatedHostInstanceView クラスの新しいインスタンスを初期化します。

DedicatedHostInstanceView()

DedicatedHostInstanceView クラスの新しいインスタンスを初期化します。

public DedicatedHostInstanceView ();
Public Sub New ()

適用対象

DedicatedHostInstanceView(String, DedicatedHostAvailableCapacity, IList<InstanceViewStatus>)

DedicatedHostInstanceView クラスの新しいインスタンスを初期化します。

public DedicatedHostInstanceView (string assetId = default, Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostAvailableCapacity availableCapacity = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewStatus> statuses = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceView : string * Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostAvailableCapacity * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewStatus> -> Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceView
Public Sub New (Optional assetId As String = Nothing, Optional availableCapacity As DedicatedHostAvailableCapacity = Nothing, Optional statuses As IList(Of InstanceViewStatus) = Nothing)

パラメーター

assetId
String

専用ホストが存在する専用物理マシンの一意の ID を指定します。

availableCapacity
DedicatedHostAvailableCapacity

専用ホストの未使用容量。

statuses
IList<InstanceViewStatus>

リソースの状態情報。

適用対象