Share via


IotHubResourceOperationsExtensions.ListEventHubConsumerGroups Methode

Definition

Abrufen einer Liste der Consumergruppen im Event Hub-kompatiblen Device-to-Cloud-Endpunkt in einem IoT Hub

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo> ListEventHubConsumerGroups (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName);
static member ListEventHubConsumerGroups : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo>
<Extension()>
Public Function ListEventHubConsumerGroups (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String) As IPage(Of EventHubConsumerGroupInfo)

Parameter

operations
IIotHubResourceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den IoT Hub enthält.

resourceName
String

Der Name des IoT-Hubs.

eventHubEndpointName
String

Der Name des Event Hub-kompatiblen Endpunkts.

Gibt zurück

Hinweise

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

Gilt für: