IWithEventHub Interface

Definition

The stage of the event hub namespace definition allowing to add new event hub in the namespace.

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

Methods

WithNewEventHub(String)

Specifies that a new event hub should be created in the namespace.

WithNewEventHub(String, Int32)

Specifies that a new event hub should be created in the namespace.

WithNewEventHub(String, Int32, Int32)

Specifies that a new event hub should be created in the namespace.

Applies to