Compartilhar via


ChannelsOperationsExtensions.ListByPartnerNamespaceNextAsync Método

Definição

Listar canais.

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))

Parâmetros

operations
IChannelsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Liste todos os canais em um namespace de parceiro.

Aplica-se a