DeploymentSlot.DefinitionStages.WithConfiguration Interface
public static interface DeploymentSlot.DefinitionStages.WithConfiguration
A deployment slot definition allowing the configuration to clone from to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withBrandNewConfiguration()
Creates the deployment slot with brand new site configurations. |
abstract
With |
withConfigurationFromDeploymentSlot(DeploymentSlot deploymentSlot)
Copies the site configurations from a given deployment slot. |
abstract
With |
withConfigurationFromParent()
Copies the site configurations from the web app the deployment slot belongs to. |
abstract
With |
withConfigurationFromWebApp(WebApp webApp)
Copies the site configurations from a given web app. |
Method Details
withBrandNewConfiguration
public abstract DeploymentSlot.DefinitionStages.WithCreate withBrandNewConfiguration()
Creates the deployment slot with brand new site configurations.
Returns:
withConfigurationFromDeploymentSlot
public abstract DeploymentSlot.DefinitionStages.WithCreate withConfigurationFromDeploymentSlot(DeploymentSlot deploymentSlot)
Copies the site configurations from a given deployment slot.
Parameters:
Returns:
withConfigurationFromParent
public abstract DeploymentSlot.DefinitionStages.WithCreate withConfigurationFromParent()
Copies the site configurations from the web app the deployment slot belongs to.
Returns:
withConfigurationFromWebApp
public abstract DeploymentSlot.DefinitionStages.WithCreate withConfigurationFromWebApp(WebApp webApp)
Copies the site configurations from a given web app.
Parameters:
Returns:
Applies to
Azure SDK for Java