IWithSecondaryNamespace Interface

Definition

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

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

Methods

WithExistingSecondaryNamespace(IEventHubNamespace)

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

WithExistingSecondaryNamespaceId(String)

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

WithNewSecondaryNamespace(ICreatable<IEventHubNamespace>)

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

Applies to