public static interface WebDeployment.DefinitionStages.WithExistingDeploymentsDeleted
| Modifier and Type | Method and Description |
|---|---|
WebDeployment.DefinitionStages.WithExecute |
withExistingDeploymentsDeleted(boolean deleteExisting)
Specifies whether existing deployed files on the web app should be deleted.
|
WebDeployment.DefinitionStages.WithExecute withExistingDeploymentsDeleted(boolean deleteExisting)
deleteExisting - if set to true, all files on the web app will be deleted. Default is false./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/