Partager via


IotHubResourceOperationsExtensions.ListEventHubConsumerGroupsNextAsync Méthode

Définition

Obtenir la liste des groupes de consommateurs dans le point de terminaison appareil-à-cloud compatible Event Hub dans un hub IoT

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

Paramètres

operations
IIotHubResourceOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtenez la liste des groupes de consommateurs dans le point de terminaison appareil-à-cloud compatible Event Hub dans un hub IoT.

S’applique à