次の方法で共有


EventSubscriptionsOperationsExtensions.ListGlobalByResourceGroupNext メソッド

定義

Azure サブスクリプションとリソース グループの下にあるすべてのグローバル イベント サブスクリプションを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.EventSubscription> ListGlobalByResourceGroupNext (this Microsoft.Azure.Management.EventGrid.IEventSubscriptionsOperations operations, string nextPageLink);
static member ListGlobalByResourceGroupNext : Microsoft.Azure.Management.EventGrid.IEventSubscriptionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.EventSubscription>
<Extension()>
Public Function ListGlobalByResourceGroupNext (operations As IEventSubscriptionsOperations, nextPageLink As String) As IPage(Of EventSubscription)

パラメーター

operations
IEventSubscriptionsOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

注釈

特定の Azure サブスクリプションとリソース グループのすべてのグローバル イベント サブスクリプションを一覧表示します。

適用対象