IBlank Interface

Definition

The first stage of a disaster recovery pairing definition.

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

Methods

WithExistingPrimaryNamespace(IEventHubNamespace)

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

(Inherited from IWithPrimaryNamespace)
WithExistingPrimaryNamespace(String, String)

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

(Inherited from IWithPrimaryNamespace)
WithExistingPrimaryNamespaceId(String)

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

(Inherited from IWithPrimaryNamespace)
WithNewPrimaryNamespace(ICreatable<IEventHubNamespace>)

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

(Inherited from IWithPrimaryNamespace)

Applies to