DedicatedHostInstanceView コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
リソースの状態情報。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET