Freigeben über


ConsumerGroupsOperationsExtensions.ListByEventHubNextAsync Methode

Definition

Ruft alle Consumergruppen in einem Namespace ab. Ein leerer Feed wird zurückgegeben, wenn keine Consumergruppe im Namespace vorhanden ist.

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

Parameter

operations
IConsumerGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: