IWithNamespace Interface

Definition

The stage of the event hub definition allowing to specify the name space in which event hub needs to be created.

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

Methods

WithExistingNamespace(IEventHubNamespace)

Specifies an existing event hub namespace in which event hub needs to be created.

WithExistingNamespace(String, String)

Specifies an existing event hub namespace in which event hub needs to be created.

WithExistingNamespaceId(String)

Specifies id of an existing event hub namespace in which event hub needs to be created.

WithNewNamespace(ICreatable<IEventHubNamespace>)

Specifies the new namespace in which event hub needs to be created.

Applies to