NamespaceManager.GetConsumerGroup(String, String) メソッド

定義

Event Hubs コンシューマー グループを取得します。

public Microsoft.ServiceBus.Messaging.ConsumerGroupDescription GetConsumerGroup (string eventHubPath, string name);
member this.GetConsumerGroup : string * string -> Microsoft.ServiceBus.Messaging.ConsumerGroupDescription
Public Function GetConsumerGroup (eventHubPath As String, name As String) As ConsumerGroupDescription

パラメーター

eventHubPath
String

イベント ハブへのパス。

name
String

コンシューマー グループの名前。

戻り値

ConsumerGroupDescription を返します。

適用対象