Freigeben über


EventHubConsumerGroupInfoCollection.Get(String, CancellationToken) Methode

Definition

Rufen Sie eine Consumergruppe vom Event Hub-kompatiblen Device-to-Cloud-Endpunkt für einen IoT Hub ab.

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

Parameter

name
String

Der Name der abzurufenden Consumergruppe.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

name ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

name ist NULL.

Gilt für: