public static interface DeploymentSlot.DefinitionStages.WithConfiguration
Modifier and Type | Method and Description |
---|---|
DeploymentSlot.DefinitionStages.WithCreate |
withBrandNewConfiguration()
Creates the deployment slot with brand new site configurations.
|
DeploymentSlot.DefinitionStages.WithCreate |
withConfigurationFromDeploymentSlot(DeploymentSlot deploymentSlot)
Copies the site configurations from a given deployment slot.
|
DeploymentSlot.DefinitionStages.WithCreate |
withConfigurationFromParent()
Copies the site configurations from the web app the deployment slot belongs to.
|
DeploymentSlot.DefinitionStages.WithCreate |
withConfigurationFromWebApp(WebApp webApp)
Copies the site configurations from a given web app.
|
DeploymentSlot.DefinitionStages.WithCreate withBrandNewConfiguration()
DeploymentSlot.DefinitionStages.WithCreate withConfigurationFromParent()
DeploymentSlot.DefinitionStages.WithCreate withConfigurationFromWebApp(WebApp webApp)
webApp
- the web app to copy the configurations fromDeploymentSlot.DefinitionStages.WithCreate withConfigurationFromDeploymentSlot(DeploymentSlot deploymentSlot)
deploymentSlot
- the deployment slot to copy the configurations fromCopyright © 2019. All rights reserved.