Compartir a través de


TopicsOperationsExtensions.ListBySubscriptionNextAsync Método

Definición

Enumere los temas de una suscripción de Azure.

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

Parámetros

operations
ITopicsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Enumere todos los temas de una suscripción de Azure.

Se aplica a