| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHubDisasterRecoveryPairing.Definition
The entirety of the event hub disaster recovery pairing definition.
|
| Modifier and Type | Method and Description |
|---|---|
EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate |
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace.withExistingSecondaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate |
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace.withExistingSecondaryNamespaceId(String namespaceId)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate |
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace.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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/