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