次の方法で共有


DedicatedHostsOperationsExtensions.ListByHostGroup メソッド

定義

指定した専用ホスト グループ内のすべての専用ホストを一覧表示します。 応答で nextLink プロパティを使用して、専用ホストの次のページを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.DedicatedHost> ListByHostGroup (this Microsoft.Azure.Management.Compute.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName);
static member ListByHostGroup : Microsoft.Azure.Management.Compute.IDedicatedHostsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.DedicatedHost>
<Extension()>
Public Function ListByHostGroup (operations As IDedicatedHostsOperations, resourceGroupName As String, hostGroupName As String) As IPage(Of DedicatedHost)

パラメーター

operations
IDedicatedHostsOperations

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

resourceGroupName
String

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

hostGroupName
String

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

戻り値

適用対象