public static interface EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace
| Modifier and Type | Method and Description |
|---|---|
EventHubDisasterRecoveryPairing.Update |
withExistingSecondaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.Update |
withExistingSecondaryNamespaceId(String namespaceId)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.Update |
withNewSecondaryNamespace(Creatable<EventHubNamespace> namespaceCreatable)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.Update withNewSecondaryNamespace(Creatable<EventHubNamespace> namespaceCreatable)
namespaceCreatable - creatable definition for the secondary namespaceEventHubDisasterRecoveryPairing.Update withExistingSecondaryNamespace(EventHubNamespace namespace)
namespace - the secondary event hub namespaceEventHubDisasterRecoveryPairing.Update withExistingSecondaryNamespaceId(String namespaceId)
namespaceId - the secondary namespaceCopyright © 2020 Microsoft Corporation. All rights reserved.