次の方法で共有


IWithExistingDeploymentsDeleted.WithExistingDeploymentsDeleted メソッド

定義

Web アプリにデプロイされている既存のファイルを削除するかどうかを指定します。

public Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithExecute WithExistingDeploymentsDeleted(bool deleteExisting);
abstract member WithExistingDeploymentsDeleted : bool -> Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithExecute
Public Function WithExistingDeploymentsDeleted (deleteExisting As Boolean) As IWithExecute

パラメーター

deleteExisting
Boolean

true に設定すると、Web アプリ上のすべてのファイルが削除されます。 既定値は false です。

戻り値

適用対象