Interface DeploymentSlot.DefinitionStages.WithConfiguration

    • Method Detail

      • withConfigurationFromParent

        DeploymentSlot.DefinitionStages.WithCreate withConfigurationFromParent()
        Copies the site configurations from the web app the deployment slot belongs to.
        Returns:
        the next stage of the definition
      • withConfigurationFromWebApp

        DeploymentSlot.DefinitionStages.WithCreate withConfigurationFromWebApp​(WebApp webApp)
        Copies the site configurations from a given web app.
        Parameters:
        webApp - the web app to copy the configurations from
        Returns:
        the next stage of the definition
      • withConfigurationFromDeploymentSlot

        DeploymentSlot.DefinitionStages.WithCreate withConfigurationFromDeploymentSlot​(DeploymentSlot deploymentSlot)
        Copies the site configurations from a given deployment slot.
        Parameters:
        deploymentSlot - the deployment slot to copy the configurations from
        Returns:
        the next stage of the definition