IotHubResourceOperationsExtensions.CreateEventHubConsumerGroupAsync 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.
Hinzufügen einer Consumergruppe zu einem Event Hub-kompatiblen Endpunkt in einem IoT Hub
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo> CreateEventHubConsumerGroupAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName properties, System.Threading.CancellationToken cancellationToken = default);
static member CreateEventHubConsumerGroupAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * string * Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo>
<Extension()>
Public Function CreateEventHubConsumerGroupAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String, name As String, properties As EventHubConsumerGroupName, Optional cancellationToken As CancellationToken = Nothing) As Task(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 im IoT Hub.
- name
- String
Der Name der hinzuzufügenden Consumergruppe.
- properties
- EventHubConsumerGroupName
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Fügen Sie eine Consumergruppe zu einem Event Hub-kompatiblen Endpunkt in einem IoT Hub hinzu.
Gilt für:
Azure SDK for .NET