IWithPrimaryNamespace Interface

Definition

The stage of the disaster recovery pairing definition allowing to specify primary event hub namespace.

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

Methods

WithExistingPrimaryNamespace(IEventHubNamespace)

Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.

WithExistingPrimaryNamespace(String, String)

Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.

WithExistingPrimaryNamespaceId(String)

Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.

WithNewPrimaryNamespace(ICreatable<IEventHubNamespace>)

Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.

Applies to