IDefinition Interface

Definition

The entirety of the event hub disaster recovery pairing definition.

public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithCreate, Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithSecondaryNamespace, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubDisasterRecoveryPairing>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithPrimaryNamespace
    interface IWithSecondaryNamespace
    interface IWithCreate
    interface ICreatable<IEventHubDisasterRecoveryPairing>
    interface IIndexable
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHubDisasterRecoveryPairing), IWithCreate, IWithSecondaryNamespace
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
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)
WithExistingSecondaryNamespace(IEventHubNamespace)

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

(Inherited from IWithSecondaryNamespace)
WithExistingSecondaryNamespaceId(String)

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

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

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

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

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

(Inherited from IWithSecondaryNamespace)

Applies to