次の方法で共有


IWithConsumerGroup.WithNewConsumerGroup メソッド

定義

オーバーロード

WithNewConsumerGroup(String)

イベント ハブ用に新しいコンシューマー グループを作成することを指定します。

WithNewConsumerGroup(String, String)

イベント ハブ用に新しいコンシューマー グループを作成することを指定します。

WithNewConsumerGroup(String)

イベント ハブ用に新しいコンシューマー グループを作成することを指定します。

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate WithNewConsumerGroup(string name);
abstract member WithNewConsumerGroup : string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate
Public Function WithNewConsumerGroup (name As String) As IUpdate

パラメーター

name
String

[グループ名]:

戻り値

適用対象

WithNewConsumerGroup(String, String)

イベント ハブ用に新しいコンシューマー グループを作成することを指定します。

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate WithNewConsumerGroup(string name, string metadata);
abstract member WithNewConsumerGroup : string * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate
Public Function WithNewConsumerGroup (name As String, metadata As String) As IUpdate

パラメーター

name
String

[グループ名]:

metadata
String

グループ メタデータ。

戻り値

適用対象