Compartir a través de


ConsumerGroupsOperationsExtensions.ListByEventHubNextAsync Método

Definición

Obtiene todos los grupos de consumidores de un espacio de nombres. Se devuelve una fuente vacía si no existe ningún grupo de consumidores en el espacio de nombres .

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

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a