次の方法で共有


DedicatedHostGroupsOperationsExtensions.ListByResourceGroup メソッド

定義

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

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

パラメーター

operations
IDedicatedHostGroupsOperations

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

resourceGroupName
String

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

戻り値

適用対象