Interface EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace

    • Method Detail

      • withNewSecondaryNamespace

        @Beta(V1_7_0)
        EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate 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.
        Parameters:
        namespaceCreatable - creatable definition for the primary namespace
        Returns:
        next stage of the event hub definition
      • withExistingSecondaryNamespace

        @Beta(V1_7_0)
        EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate withExistingSecondaryNamespace​(EventHubNamespace namespace)
        Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
        Parameters:
        namespace - the secondary namespace
        Returns:
        next stage of the disaster recovery pairing definition
      • withExistingSecondaryNamespaceId

        @Beta(V1_7_0)
        EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate 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 definition