NamespaceManager.CreateConsumerGroup メソッド

定義

オーバーロード

CreateConsumerGroup(String, String)

指定した Event Hubs パスとコンシューマー グループの名前を使用して、既定値を使用して Event Hubs コンシューマー グループを作成します。

CreateConsumerGroup(ConsumerGroupDescription)

指定した を使用して Event Hubs コンシューマー グループを作成します ConsumerGroupDescription

CreateConsumerGroup(String, String)

指定した Event Hubs パスとコンシューマー グループの名前を使用して、既定値を使用して Event Hubs コンシューマー グループを作成します。

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

パラメーター

eventHubPath
String

イベント ハブへのパス。

name
String

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

戻り値

ConsumerGroupDescription を返します。

適用対象

CreateConsumerGroup(ConsumerGroupDescription)

指定した を使用して Event Hubs コンシューマー グループを作成します ConsumerGroupDescription

public Microsoft.ServiceBus.Messaging.ConsumerGroupDescription CreateConsumerGroup (Microsoft.ServiceBus.Messaging.ConsumerGroupDescription description);
member this.CreateConsumerGroup : Microsoft.ServiceBus.Messaging.ConsumerGroupDescription -> Microsoft.ServiceBus.Messaging.ConsumerGroupDescription
Public Function CreateConsumerGroup (description As ConsumerGroupDescription) As ConsumerGroupDescription

パラメーター

戻り値

ConsumerGroupDescription を返します。

適用対象