| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.models |
Package containing the data models for EventHubManagementClient.
|
| 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.WithSecondaryNamespace |
EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace.withExistingPrimaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace |
EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace.withExistingPrimaryNamespace(String resourceGroupName,
String namespaceName)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace |
EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace.withExistingPrimaryNamespaceId(String namespaceId)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace |
EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace.withNewPrimaryNamespace(Creatable<EventHubNamespace> namespaceCreatable)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.