@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(com.microsoft.azure.management.resources.fluentcore.model.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(com.microsoft.azure.management.resources.fluentcore.model.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 namespace /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/