Freigeben über


DomainTopicEventSubscriptionsOperationsExtensions.ListNextAsync Methode

Definition

Listet alle geschachtelten Ereignisabonnements für ein bestimmtes Domänenthema auf.

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

Parameter

operations
IDomainTopicEventSubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet alle Ereignisabonnements auf, die für ein bestimmtes Domänenthema erstellt wurden.

Gilt für: