次の方法で共有


DedicatedHostGroupsOperationsExtensions.GetAsync メソッド

定義

専用ホスト グループに関する情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup> GetAsync (this Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations operations, string resourceGroupName, string hostGroupName, Microsoft.Azure.Management.Compute.Models.InstanceViewTypes? expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations * string * string * Nullable<Microsoft.Azure.Management.Compute.Models.InstanceViewTypes> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup>
<Extension()>
Public Function GetAsync (operations As IDedicatedHostGroupsOperations, resourceGroupName As String, hostGroupName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DedicatedHostGroup)

パラメーター

operations
IDedicatedHostGroupsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

hostGroupName
String

専用ホスト グループの名前。

expand
Nullable<InstanceViewTypes>

操作に適用する展開式。 'InstanceView' は、専用ホスト グループの下にある専用ホストのインスタンス ビューの一覧を取得します。 'UserData' は、専用ホスト グループではサポートされていません。 指定できる値は、'instanceView'、'userData' です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象