Delen via


IDeploymentSlot.WarDeployAsync(FileInfo, CancellationToken) Methode

Definitie

Hiermee wordt een WAR-bestand geïmplementeerd in de gespecialiseerde Tomcat van Azure op deze 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

Het WAR-bestand dat u wilt uploaden.

cancellationToken
CancellationToken

Retouren

Van toepassing op