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.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.