Share via


IotHubResourceOperationsExtensions.DeleteEventHubConsumerGroup Methode

Definition

Löschen einer Consumergruppe aus einem Event Hub-kompatiblen Endpunkt in einem IoT Hub

public static void DeleteEventHubConsumerGroup (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name);
static member DeleteEventHubConsumerGroup : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * string -> unit
<Extension()>
Public Sub DeleteEventHubConsumerGroup (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String, name As String)

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 zu löschenden Consumergruppe.

Hinweise

Löschen Sie eine Consumergruppe aus einem Event Hub-kompatiblen Endpunkt in einem IoT Hub.

Gilt für: