Compartilhar via


SystemTopicEventSubscriptionsOperationsExtensions.ListBySystemTopicNextAsync Método

Definição

Listar assinaturas de evento de um tópico do sistema.

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))

Parâmetros

operations
ISystemTopicEventSubscriptionsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Listar assinaturas de eventos que pertencem a um tópico específico do sistema.

Aplica-se a