你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: