NamespaceManager.CreateConsumerGroup メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- description
- ConsumerGroupDescription
戻り値
ConsumerGroupDescription を返します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET