Uses of Interface
com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.Update
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EventHubDisasterRecoveryPairing.Update in com.microsoft.azure.management.eventhub
Modifier and TypeMethodDescriptionEventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace.withExistingSecondaryNamespace
(EventHubNamespace namespace) Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace.withExistingSecondaryNamespaceId
(String namespaceId) Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace.withNewSecondaryNamespace
(Creatable<EventHubNamespace> namespaceCreatable) Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.