Partilhar via


ConsumerGroupsOperationsExtensions.ListByEventHubNextAsync Método

Definição

Obtém todos os grupos de consumidores em um Namespace. Um feed vazio será retornado se nenhum grupo de consumidores existir no Namespace.

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

Parâmetros

operations
IConsumerGroupsOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a