Partager via


ChannelsOperationsExtensions.ListByPartnerNamespaceNext Méthode

Définition

Répertorier les canaux.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.Channel> ListByPartnerNamespaceNext (this Microsoft.Azure.Management.EventGrid.IChannelsOperations operations, string nextPageLink);
static member ListByPartnerNamespaceNext : Microsoft.Azure.Management.EventGrid.IChannelsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.Channel>
<Extension()>
Public Function ListByPartnerNamespaceNext (operations As IChannelsOperations, nextPageLink As String) As 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.

Retours

Remarques

Répertorier tous les canaux d’un espace de noms partenaire.

S’applique à