Freigeben über


PartnerTopicEventSubscriptionsOperationsExtensions.ListByPartnerTopicNextAsync Methode

Definition

Listen Sie Ereignisabonnements eines Partnerthemas auf.

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

Parameter

operations
IPartnerTopicEventSubscriptionsOperations

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

Listen Sie Ereignisabonnements auf, die zu einem bestimmten Partnerthema gehören.

Gilt für: