IWithExistingDeploymentsDeleted.WithExistingDeploymentsDeleted 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定是否應該刪除 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。