Partager via


TopicsOperationsExtensions.ListBySubscriptionNextAsync Méthode

Définition

Répertoriez les rubriques sous un abonnement 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))

Paramètres

operations
ITopicsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Répertoriez toutes les rubriques sous un abonnement Azure.

S’applique à