Bagikan melalui


IWithConsumerGroup.WithNewConsumerGroup Method

Definition

Overloads

WithNewConsumerGroup(String)

Specifies that a new consumer group should be created for the event hub.

WithNewConsumerGroup(String, String)

Specifies that a new consumer group should be created for the event hub.

WithNewConsumerGroup(String)

Specifies that a new consumer group should be created for the event hub.

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

Parameters

name
String

Group name.

Returns

Applies to

WithNewConsumerGroup(String, String)

Specifies that a new consumer group should be created for the event hub.

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

Parameters

name
String

Group name.

metadata
String

Group metadata.

Returns

Applies to