다음을 통해 공유


IEventHubConsumerGroups.ListByEventHub(String, String, String) Method

Definition

Lists the consumer groups of an event hub in a namespace under a resource group.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubConsumerGroup> ListByEventHub (string resourceGroupName, string namespaceName, string eventHubName);
abstract member ListByEventHub : string * string * string -> seq<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubConsumerGroup>
Public Function ListByEventHub (resourceGroupName As String, namespaceName As String, eventHubName As String) As IEnumerable(Of IEventHubConsumerGroup)

Parameters

resourceGroupName
String

Namespace resource group name.

namespaceName
String

Event hub parent namespace name.

eventHubName
String

Event hub name.

Returns

Applies to