IWithConsumerGroup Interface

Definition

The stage of the event hub update allowing to add consumer group for 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.

WithoutConsumerGroup(String)

Specifies that a consumer group associated with the event hub should be deleted.

Applies to