Partager via


PartnerNamespacesOperationsExtensions.ListBySubscriptionNextAsync Méthode

Définition

Répertorier les espaces de noms des partenaires sous un abonnement Azure.

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

Paramètres

operations
IPartnerNamespacesOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Répertoriez tous les espaces de noms partenaires sous un abonnement Azure.

S’applique à