Compartilhar via


IWithExistingDeploymentsDeleted.WithExistingDeploymentsDeleted Método

Definição

Especifica se os arquivos implantados existentes no aplicativo Web devem ser excluídos.

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

Parâmetros

deleteExisting
Boolean

Se definido como true, todos os arquivos no aplicativo Web serão excluídos. O padrão é false.

Retornos

Aplica-se a