WebDeployment.DefinitionStages.WithExistingDeploymentsDeleted Interface
public interface WithExistingDeploymentsDeleted
A web deployment definition stage allowing specifying whether to delete existing deployments.
Method Summary
Modifier and Type | Method and Description |
---|---|
Web |
withExistingDeploymentsDeleted(boolean deleteExisting)
Specifies whether existing deployed files on the web app should be deleted. |
Method Details
withExistingDeploymentsDeleted
public 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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java