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

IWithConfiguration.WithConfigurationFromDeploymentSlot 方法

定义

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

public Microsoft.Azure.Management.AppService.Fluent.FunctionDeploymentSlot.Definition.IWithCreate WithConfigurationFromDeploymentSlot (Microsoft.Azure.Management.AppService.Fluent.IFunctionDeploymentSlot deploymentSlot);
abstract member WithConfigurationFromDeploymentSlot : Microsoft.Azure.Management.AppService.Fluent.IFunctionDeploymentSlot -> Microsoft.Azure.Management.AppService.Fluent.FunctionDeploymentSlot.Definition.IWithCreate
Public Function WithConfigurationFromDeploymentSlot (deploymentSlot As IFunctionDeploymentSlot) As IWithCreate

参数

deploymentSlot
IFunctionDeploymentSlot

要从中复制配置的函数部署槽。

返回

适用于