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