IotHubResourceOperationsExtensions.GetEventHubConsumerGroup Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Abrufen einer Consumergruppe vom Event Hub-kompatiblen Device-to-Cloud-Endpunkt für einen IoT Hub
public static Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo GetEventHubConsumerGroup (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name);
static member GetEventHubConsumerGroup : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * string -> Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo
<Extension()>
Public Function GetEventHubConsumerGroup (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String, name As String) As 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 im IoT Hub.
- name
- String
Der Name der abzurufenden Consumergruppe.
Gibt zurück
Hinweise
Rufen Sie eine Consumergruppe vom Event Hub-kompatiblen Device-to-Cloud-Endpunkt für einen IoT Hub ab.
Gilt für:
Azure SDK for .NET