다음을 통해 공유


IWithExistingDeploymentsDeleted.WithExistingDeploymentsDeleted 메서드

정의

웹앱에 배포된 기존 파일을 삭제할지 여부를 지정합니다.

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

매개 변수

deleteExisting
Boolean

true로 설정하면 웹앱의 모든 파일이 삭제됩니다. 기본값은 false입니다.

반환

적용 대상