@Beta(value=V1_7_0)
public static interface EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace
| Modifier and Type | Method and Description |
|---|---|
EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate |
withExistingSecondaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate |
withExistingSecondaryNamespaceId(String namespaceId)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate |
withNewSecondaryNamespace(Creatable<EventHubNamespace> namespaceCreatable)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
|
@Beta(value=V1_7_0) EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate withNewSecondaryNamespace(Creatable<EventHubNamespace> namespaceCreatable)
namespaceCreatable - creatable definition for the primary namespace@Beta(value=V1_7_0) EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate withExistingSecondaryNamespace(EventHubNamespace namespace)
namespace - the secondary namespace@Beta(value=V1_7_0) EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate withExistingSecondaryNamespaceId(String namespaceId)
namespaceId - the secondary namespaceCopyright © 2019. All rights reserved.