Freigeben über


EventHubConsumerGroupInfoCollection.GetAll(CancellationToken) Methode

Definition

Rufen Sie eine Liste der Consumergruppen im Event Hub-kompatiblen Device-to-Cloud-Endpunkt in einem IoT Hub ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups
  • Vorgangs-IdIotHubResource_ListEventHubConsumerGroups
public virtual Azure.Pageable<Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of EventHubConsumerGroupInfoResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von EventHubConsumerGroupInfoResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: