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

Parameter

operations
IConsumerGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: