次の方法で共有


DedicatedHostGroupsOperationsExtensions.ListBySubscription メソッド

定義

サブスクリプション内のすべての専用ホスト グループを一覧表示します。 応答で nextLink プロパティを使用して、専用ホスト グループの次のページを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup> ListBySubscription (this Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup>
<Extension()>
Public Function ListBySubscription (operations As IDedicatedHostGroupsOperations) As IPage(Of DedicatedHostGroup)

パラメーター

operations
IDedicatedHostGroupsOperations

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

戻り値

適用対象