Sdílet prostřednictvím


IWithExistingDeploymentsDeleted.WithExistingDeploymentsDeleted Metoda

Definice

Určuje, jestli se mají odstranit existující nasazené soubory ve webové aplikaci.

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

Parametry

deleteExisting
Boolean

Pokud je nastavená hodnota true, odstraní se všechny soubory ve webové aplikaci. Výchozí hodnota je false.

Návraty

Platí pro