Share via


IWebApp.WarDeploy(FileInfo) Method

Definition

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

public void WarDeploy (System.IO.FileInfo warFile);
abstract member WarDeploy : System.IO.FileInfo -> unit
Public Sub WarDeploy (warFile As FileInfo)

Parameters

warFile
FileInfo

The WAR file to upload.

Applies to