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

IWithConfiguration 接口

定义

一个函数部署槽定义,允许从中克隆配置。

public interface IWithConfiguration
type IWithConfiguration = interface
Public Interface IWithConfiguration
派生

方法

WithBrandNewConfiguration()

使用全新的站点配置创建函数部署槽。

WithConfigurationFromDeploymentSlot(IFunctionDeploymentSlot)

从给定功能部署槽位复制站点配置。

WithConfigurationFromFunctionApp(IFunctionApp)

从给定的函数应用复制站点配置。

WithConfigurationFromParent()

从函数部署槽所属的 Web 应用中复制站点配置。

适用于