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

Parâmetros

operations
IConsumerGroupsOperations

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

Aplica-se a