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

構成のコピー元となる関数デプロイ スロット。

戻り値

適用対象