IBlank Interface

Definition

The first stage of a event hub definition.

public interface IBlank : Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithNamespace, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IBlank = interface
    interface IBeta
    interface IWithNamespace
Public Interface IBlank
Implements IBeta, IWithNamespace
Derived
Implements

Methods

WithExistingNamespace(IEventHubNamespace)

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

(Inherited from IWithNamespace)
WithExistingNamespace(String, String)

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

(Inherited from IWithNamespace)
WithExistingNamespaceId(String)

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

(Inherited from IWithNamespace)
WithNewNamespace(ICreatable<IEventHubNamespace>)

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

(Inherited from IWithNamespace)

Applies to