Uses of Interface
com.microsoft.azure.management.eventhub.EventHubDisasterRecoveryPairing.Update
-
-
Uses of EventHubDisasterRecoveryPairing.Update in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return EventHubDisasterRecoveryPairing.Update Modifier and Type Method Description EventHubDisasterRecoveryPairing.UpdateEventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace. withExistingSecondaryNamespace(EventHubNamespace namespace)Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.UpdateEventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace. withExistingSecondaryNamespaceId(String namespaceId)Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.UpdateEventHubDisasterRecoveryPairing.UpdateStages.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.
-