IWithConsumerGroup Interface

Definition

The stage of the event hub definition allowing to add consumer group for the event hub.

public interface IWithConsumerGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithConsumerGroup = interface
    interface IBeta
Public Interface IWithConsumerGroup
Implements IBeta
Derived
Implements

Methods

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.

Applies to