次の方法で共有


IWithConfiguration.WithConfigurationFromDeploymentSlot メソッド

定義

特定の展開スロットからサイト構成をコピーします。

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

パラメーター

deploymentSlot
IDeploymentSlot

構成のコピー元のデプロイ スロット。

戻り値

適用対象