IotHubResourceOperationsExtensions.DeleteEventHubConsumerGroup Method

Definition

Delete a consumer group from an Event Hub-compatible endpoint in an 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)

Parameters

operations
IIotHubResourceOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the IoT hub.

resourceName
String

The name of the IoT hub.

eventHubEndpointName
String

The name of the Event Hub-compatible endpoint in the IoT hub.

name
String

The name of the consumer group to delete.

Remarks

Delete a consumer group from an Event Hub-compatible endpoint in an IoT hub.

Applies to