IWithEventHub Interface

Definition

The stage of the consumer group definition allowing to specify the event hub to be associated with it.

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

Methods

WithExistingEventHub(IEventHub)

Specifies the event hub for which consumer group needs to be created.

WithExistingEventHub(String, String, String)

Specifies the event hub for which consumer group needs to be created.

WithExistingEventHubId(String)

Specifies the event hub for which consumer group needs to be created.

Applies to