Interface EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace

All Known Subinterfaces:
EventHubDisasterRecoveryPairing.Update
Enclosing interface:
EventHubDisasterRecoveryPairing.UpdateStages

public static interface EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace
The stage of the disaster recovery pairing definition allowing to specify primary event hub namespace.
  • Method Details

    • withNewSecondaryNamespace

      EventHubDisasterRecoveryPairing.Update withNewSecondaryNamespace(Creatable<EventHubNamespace> namespaceCreatable)
      Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
      Parameters:
      namespaceCreatable - creatable definition for the secondary namespace
      Returns:
      next stage of the disaster recovery pairing update
    • withExistingSecondaryNamespace

      EventHubDisasterRecoveryPairing.Update withExistingSecondaryNamespace(EventHubNamespace namespace)
      Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
      Parameters:
      namespace - the secondary event hub namespace
      Returns:
      next stage of the disaster recovery pairing update
    • withExistingSecondaryNamespaceId

      EventHubDisasterRecoveryPairing.Update withExistingSecondaryNamespaceId(String namespaceId)
      Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
      Parameters:
      namespaceId - the secondary namespace
      Returns:
      next stage of the disaster recovery pairing update