Interface EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace

    • Method Detail

      • withNewPrimaryNamespace

        @Beta(V1_7_0)
        EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace withNewPrimaryNamespace​(com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHubNamespace> namespaceCreatable)
        Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
        Parameters:
        namespaceCreatable - creatable definition for the primary namespace
        Returns:
        next stage of the disaster recovery pairing definition
      • withExistingPrimaryNamespace

        @Beta(V1_7_0)
        EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace withExistingPrimaryNamespace​(String resourceGroupName,
                                                                                                             String namespaceName)
        Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
        Parameters:
        resourceGroupName - resource group name of primary namespace
        namespaceName - the primary namespace
        Returns:
        next stage of the disaster recovery pairing definition
      • withExistingPrimaryNamespaceId

        @Beta(V1_7_0)
        EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace withExistingPrimaryNamespaceId​(String namespaceId)
        Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
        Parameters:
        namespaceId - the primary namespace
        Returns:
        next stage of the disaster recovery pairing definition