Partager via


EventHubsClient.ListAllConsumerGroup(String, String, String) Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes> ListAllConsumerGroup (string resourceGroupName, string namespaceName, string eventHubName);
member this.ListAllConsumerGroup : string * string * string -> seq<Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes>
Public Function ListAllConsumerGroup (resourceGroupName As String, namespaceName As String, eventHubName As String) As IEnumerable(Of PSConsumerGroupAttributes)

Parameters

resourceGroupName
String
namespaceName
String
eventHubName
String

Returns

Applies to