WebDeployment.DefinitionStages.WithExistingDeploymentsDeleted Interface
public static interface WebDeployment.DefinitionStages.WithExistingDeploymentsDeleted
A web deployment definition stage allowing specifying whether to delete existing deployments.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingDeploymentsDeleted(boolean deleteExisting)
Specifies whether existing deployed files on the web app should be deleted. |
Method Details
withExistingDeploymentsDeleted
public abstract WebDeployment.DefinitionStages.WithExecute withExistingDeploymentsDeleted(boolean deleteExisting)
Specifies whether existing deployed files on the web app should be deleted.
Parameters:
deleteExisting
- if set to true, all files on the web app will be deleted. Default is false.
Returns:
the next definition stage
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java