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