Partilhar via


EventHubConsumerGroupInfoCollection.GetAllAsync(CancellationToken) Método

Definição

Obtenha uma lista dos grupos de consumidores no ponto de extremidade do dispositivo para a nuvem compatível com o Hub de Eventos em um hub IoT.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups
  • Operação IdIotHubResource_ListEventHubConsumerGroups
public virtual Azure.AsyncPageable<Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EventHubConsumerGroupInfoResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de EventHubConsumerGroupInfoResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a