EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace Interface
public static interface EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace
The stage of the disaster recovery pairing definition allowing to specify the secondary event hub namespace.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingSecondaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing. |
abstract
With |
withExistingSecondaryNamespaceId(String namespaceId)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing. |
abstract
With |
withNewSecondaryNamespace(Creatable<EventHubNamespace> namespaceCreatable)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing. |
Method Details
withExistingSecondaryNamespace
public abstract EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate withExistingSecondaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
Parameters:
Returns:
withExistingSecondaryNamespaceId
public abstract EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate withExistingSecondaryNamespaceId(String namespaceId)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
Parameters:
Returns:
withNewSecondaryNamespace
public abstract EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate withNewSecondaryNamespace(Creatable
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
Parameters:
Returns:
Applies to
Azure SDK for Java