Freigeben über


EventSubscriptionsOperationsExtensions.ListByResourceNextAsync Methode

Definition

Listet alle Ereignisabonnements auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.EventSubscription>> ListByResourceNextAsync (this Microsoft.Azure.Management.EventGrid.IEventSubscriptionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceNextAsync : Microsoft.Azure.Management.EventGrid.IEventSubscriptionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.EventSubscription>>
<Extension()>
Public Function ListByResourceNextAsync (operations As IEventSubscriptionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of EventSubscription))

Parameter

operations
IEventSubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet alle Ereignisabonnements auf, die für eine bestimmte Ressource erstellt wurden.

Gilt für: