Partager via


SystemTopicsOperationsExtensions.ListBySubscriptionNextAsync Méthode

Définition

Répertoriez les rubriques système sous un abonnement Azure.

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

Paramètres

operations
ISystemTopicsOperations

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 système sous un abonnement Azure.

S’applique à