Freigeben über


SystemTopicEventSubscriptionsOperationsExtensions.ListBySystemTopicNextAsync Methode

Definition

Auflisten von Ereignisabonnements eines Systemthemas.

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

Parameter

operations
ISystemTopicEventSubscriptionsOperations

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

Auflisten von Ereignisabonnements, die zu einem bestimmten Systemthema gehören.

Gilt für: