public interface WebApp extends WebAppBasic, SupportsOneDeploy, WebAppBase, Updatable<WebApp.Update>, SupportsListingPrivateLinkResource, SupportsListingPrivateEndpointConnection, SupportsUpdatingPrivateEndpointConnection
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebApp.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
WebApp.DefinitionStages
Grouping of all the web app definition stages.
|
static interface |
WebApp.Update
The template for a web app update operation, containing all the settings that can be modified.
|
static interface |
WebApp.UpdateStages
Grouping of all the web app update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
DeploymentSlots |
deploymentSlots() |
void |
warDeploy(File warFile)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.
|
void |
warDeploy(File warFile,
String appName)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.
|
void |
warDeploy(InputStream warFile,
long length)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.
|
void |
warDeploy(InputStream warFile,
long length,
String appName)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.
|
Mono<Void> |
warDeployAsync(File warFile)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.
|
Mono<Void> |
warDeployAsync(File warFile,
String appName)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.
|
Mono<Void> |
warDeployAsync(InputStream warFile,
long length)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.
|
Mono<Void> |
warDeployAsync(InputStream warFile,
long length,
String appName)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.
|
refresh, refreshAsyncdeploy, deploy, deploy, deploy, deployAsync, deployAsync, deployAsync, deployAsyncalwaysOn, applySlotConfigurations, applySlotConfigurationsAsync, autoSwapSlotName, defaultDocuments, deploy, diagnosticLogsConfig, documentRoot, ftpsState, getAppSettings, getAppSettingsAsync, getAuthenticationConfig, getAuthenticationConfigAsync, getConnectionStrings, getConnectionStringsAsync, getContainerLogs, getContainerLogsAsync, getContainerLogsZip, getContainerLogsZipAsync, getHostnameBindings, getHostnameBindingsAsync, getPublishingProfile, getPublishingProfileAsync, getSourceControl, getSourceControlAsync, http20Enabled, javaContainer, javaContainerVersion, javaVersion, linuxFxVersion, localMySqlEnabled, managedPipelineMode, minTlsVersion, netFrameworkVersion, nodeVersion, phpVersion, platformArchitecture, pythonVersion, remoteDebuggingEnabled, remoteDebuggingVersion, resetSlotConfigurations, resetSlotConfigurationsAsync, restart, restartAsync, scmType, start, startAsync, stop, stopAsync, streamAllLogs, streamAllLogsAsync, streamApplicationLogs, streamApplicationLogsAsync, streamDeploymentLogs, streamDeploymentLogsAsync, streamHttpLogs, streamHttpLogsAsync, streamTraceLogs, streamTraceLogsAsync, swap, swapAsync, systemAssignedManagedServiceIdentityPrincipalId, systemAssignedManagedServiceIdentityTenantId, userAssignedManagedServiceIdentityIds, verifyDomainOwnership, verifyDomainOwnershipAsync, virtualApplications, webSocketsEnabled, windowsFxVersion, zipDeploy, zipDeploy, zipDeployAsync, zipDeployAsyncmanagerappServicePlanId, availabilityState, clientAffinityEnabled, clientCertEnabled, clientCertExclusionPaths, cloningInfo, containerSize, dailyMemoryTimeQuota, defaultHostname, enabled, enabledHostNames, hostingEnvironmentProfile, hostnames, hostnamesDisabled, hostnameSslStates, httpsOnly, hyperV, identity, isDefaultContainer, lastModifiedTime, maxNumberOfWorkers, operatingSystem, outboundIPAddresses, possibleOutboundIpAddresses, redundancyMode, repositorySiteName, scmSiteAlsoStopped, slotSwapStatus, state, suspendedTill, targetSwapSlot, trafficManagerHostNames, usageStateregion, regionName, tags, typenameresourceGroupNameinnerModelupdatelistPrivateLinkResources, listPrivateLinkResourcesAsynclistPrivateEndpointConnections, listPrivateEndpointConnectionsAsyncapprovePrivateEndpointConnection, approvePrivateEndpointConnectionAsync, rejectPrivateEndpointConnection, rejectPrivateEndpointConnectionAsyncDeploymentSlots deploymentSlots()
void warDeploy(File warFile)
warFile - the WAR file to uploadMono<Void> warDeployAsync(File warFile)
warFile - the WAR file to uploadvoid warDeploy(InputStream warFile, long length)
Retry by client is required if error happens, due to nature of the stream.
warFile - the WAR file to uploadlength - the length of the fileMono<Void> warDeployAsync(InputStream warFile, long length)
Retry by client is required if error happens, due to nature of the stream.
warFile - the WAR file to uploadlength - the length of the filevoid warDeploy(File warFile, String appName)
warFile - the WAR file to uploadappName - the name of the app, default to "ROOT" when not providedMono<Void> warDeployAsync(File warFile, String appName)
warFile - the WAR file to uploadappName - the name of the app, default to "ROOT" when not providedvoid warDeploy(InputStream warFile, long length, String appName)
Retry by client is required if error happens, due to nature of the stream.
warFile - the WAR file to uploadlength - the length of the fileappName - the name of the app, default to "ROOT" when not providedMono<Void> warDeployAsync(InputStream warFile, long length, String appName)
Retry by client is required if error happens, due to nature of the stream.
warFile - the WAR file to uploadlength - the length of the fileappName - the name of the app, default to "ROOT" when not providedCopyright © 2021 Microsoft Corporation. All rights reserved.