Partager via


ChannelsOperationsExtensions.ListByPartnerNamespaceNextAsync Méthode

Définition

Répertorier les canaux.

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

Paramètres

operations
IChannelsOperations

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épertorier tous les canaux d’un espace de noms partenaire.

S’applique à