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> セットを表す オブジェクトを返します。

適用対象