次の方法で共有


DomainEventSubscriptionsOperationsExtensions.ListNext メソッド

定義

特定のドメインのすべてのイベント サブスクリプションを一覧表示します。

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

パラメーター

operations
IDomainEventSubscriptionsOperations

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

nextPageLink
String

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

戻り値

注釈

特定のトピックに対して作成されたすべてのイベント サブスクリプションを一覧表示します。

適用対象