你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NamespaceManager.GetConsumerGroups(String) 方法

定义

获取表示一组使用者组的集合。

public System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription> GetConsumerGroups (string eventHubPath);
member this.GetConsumerGroups : string -> seq<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>
Public Function GetConsumerGroups (eventHubPath As String) As IEnumerable(Of ConsumerGroupDescription)

参数

eventHubPath
String

事件中心的路径。

返回

返回表示 IEnumerable<T> 使用者组集的 对象。

适用于