DedicatedHostsOperationsExtensions.Get メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
専用ホストに関する情報を取得します。
public static Microsoft.Azure.Management.Compute.Models.DedicatedHost Get (this Microsoft.Azure.Management.Compute.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName, Microsoft.Azure.Management.Compute.Models.InstanceViewTypes? expand = default);
static member Get : Microsoft.Azure.Management.Compute.IDedicatedHostsOperations * string * string * string * Nullable<Microsoft.Azure.Management.Compute.Models.InstanceViewTypes> -> Microsoft.Azure.Management.Compute.Models.DedicatedHost
<Extension()>
Public Function Get (operations As IDedicatedHostsOperations, resourceGroupName As String, hostGroupName As String, hostName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing) As DedicatedHost
パラメーター
- operations
- IDedicatedHostsOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソース グループの名前。
- hostGroupName
- String
専用ホスト グループの名前。
- hostName
- String
専用ホストの名前。
- expand
- Nullable<InstanceViewTypes>
操作に適用する展開式。 'InstanceView' は、専用ホストのインスタンス ビューの一覧を取得します。 'UserData' は、専用ホストではサポートされていません。 使用可能な値は、'instanceView'、'userData' です。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET