Share via


IWebApp.WarDeployAsync(FileInfo, CancellationToken) Method

Definition

Deploys a WAR file onto the Azure specialized Tomcat on this web app.

public System.Threading.Tasks.Task WarDeployAsync (System.IO.FileInfo warFile, System.Threading.CancellationToken cancellationToken = default);
abstract member WarDeployAsync : System.IO.FileInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function WarDeployAsync (warFile As FileInfo, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

warFile
FileInfo

The WAR file to upload.

cancellationToken
CancellationToken

Returns

Applies to