FunctionDeploymentSlot.DefinitionStages.WithConfiguration Interface
public static interface FunctionDeploymentSlot.DefinitionStages.WithConfiguration
A function 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 function deployment slot with brand new site configurations. |
abstract
With |
withConfigurationFromDeploymentSlot(FunctionDeploymentSlot deploymentSlot)
Copies the site configurations from a givenfunction deployment slot. |
abstract
With |
withConfigurationFromFunctionApp(FunctionApp app)
Copies the site configurations from a given function app. |
abstract
With |
withConfigurationFromParent()
Copies the site configurations from the web app the function deployment slot belongs to. |
Method Details
withBrandNewConfiguration
public abstract FunctionDeploymentSlot.DefinitionStages.WithCreate withBrandNewConfiguration()
Creates the function deployment slot with brand new site configurations.
Returns:
withConfigurationFromDeploymentSlot
public abstract FunctionDeploymentSlot.DefinitionStages.WithCreate withConfigurationFromDeploymentSlot(FunctionDeploymentSlot deploymentSlot)
Copies the site configurations from a givenfunction deployment slot.
Parameters:
Returns:
withConfigurationFromFunctionApp
public abstract FunctionDeploymentSlot.DefinitionStages.WithCreate withConfigurationFromFunctionApp(FunctionApp app)
Copies the site configurations from a given function app.
Parameters:
Returns:
withConfigurationFromParent
public abstract FunctionDeploymentSlot.DefinitionStages.WithCreate withConfigurationFromParent()
Copies the site configurations from the web app the function deployment slot belongs to.
Returns:
Applies to
Azure SDK for Java