Compartilhar via


IEventHubConsumerGroups.ListByEventHub(String, String, String) Método

Definição

Lista os grupos de consumidores de um hub de eventos em um namespace em um grupo de recursos.

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)

Parâmetros

resourceGroupName
String

Nome do grupo de recursos do namespace.

namespaceName
String

Nome do namespace pai do hub de eventos.

eventHubName
String

Nome do hub de eventos.

Retornos

Aplica-se a