NamespaceManager.DeleteConsumerGroup(String, String) Method

Definition

Deletes a consumer group.

public void DeleteConsumerGroup (string eventHubPath, string name);
member this.DeleteConsumerGroup : string * string -> unit
Public Sub DeleteConsumerGroup (eventHubPath As String, name As String)

Parameters

eventHubPath
String

The path to the Event Hub.

name
String

The name of the consumer group to delete.

Applies to