Partager via


SystemTopicsOperationsExtensions.ListBySubscriptionNext Méthode

Définition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.SystemTopic> ListBySubscriptionNext (this Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.SystemTopic>
<Extension()>
Public Function ListBySubscriptionNext (operations As ISystemTopicsOperations, nextPageLink As String) As IPage(Of SystemTopic)

Paramètres

operations
ISystemTopicsOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

Remarques

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

S’applique à