Interface WebApp
- All Superinterfaces:
GroupableResource<AppServiceManager, SiteInner>, HasId, HasInnerModel<SiteInner>, HasManager<AppServiceManager>, HasName, HasResourceGroup, Indexable, Refreshable<WebApp>, Resource, SupportsListingPrivateEndpointConnection, SupportsListingPrivateLinkResource, SupportsOneDeploy, SupportsUpdatingPrivateEndpointConnection, Updatable<WebApp.Update>, WebAppBase, WebAppBasic, WebSiteBase
public interface WebApp
extends WebAppBasic, SupportsOneDeploy, WebAppBase, Updatable<WebApp.Update>, SupportsListingPrivateLinkResource, SupportsListingPrivateEndpointConnection, SupportsUpdatingPrivateEndpointConnection
An immutable client-side representation of an Azure Web App.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceGrouping of all the web app definition stages.static interfaceThe template for a web app update operation, containing all the settings that can be modified.static interfaceGrouping of all the web app update stages.Nested classes/interfaces inherited from interface Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T> -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the entry point to deployment slot management API under the web app.voidDeploys a WAR file onto the Azure specialized Tomcat on this web app.voidDeploys a WAR file onto the Azure specialized Tomcat on this web app.voidwarDeploy(InputStream warFile, long length) Deploys a WAR file onto the Azure specialized Tomcat on this web app.voidwarDeploy(InputStream warFile, long length, String appName) Deploys a WAR file onto the Azure specialized Tomcat on this web app.warDeployAsync(File warFile) Deploys a WAR file onto the Azure specialized Tomcat on this web app.warDeployAsync(File warFile, String appName) Deploys a WAR file onto the Azure specialized Tomcat on this web app.warDeployAsync(InputStream warFile, long length) Deploys a WAR file onto the Azure specialized Tomcat on this web app.warDeployAsync(InputStream warFile, long length, String appName) Deploys a WAR file onto the Azure specialized Tomcat on this web app.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
managerMethods inherited from interface HasResourceGroup
resourceGroupNameMethods inherited from interface Refreshable
refresh, refreshAsyncMethods inherited from interface Resource
region, regionName, tags, typeMethods inherited from interface SupportsListingPrivateEndpointConnection
listPrivateEndpointConnections, listPrivateEndpointConnectionsAsyncMethods inherited from interface SupportsListingPrivateLinkResource
listPrivateLinkResources, listPrivateLinkResourcesAsyncMethods inherited from interface SupportsOneDeploy
deploy, deploy, deploy, deploy, deployAsync, deployAsync, deployAsync, deployAsync, getDeploymentStatus, getDeploymentStatusAsync, pushDeploy, pushDeployAsyncMethods inherited from interface SupportsUpdatingPrivateEndpointConnection
approvePrivateEndpointConnection, approvePrivateEndpointConnectionAsync, rejectPrivateEndpointConnection, rejectPrivateEndpointConnectionAsyncMethods inherited from interface WebAppBase
alwaysOn, applySlotConfigurations, applySlotConfigurationsAsync, autoSwapSlotName, defaultDocuments, deploy, diagnosticLogsConfig, documentRoot, ftpsState, getAppSettings, getAppSettingsAsync, getAuthenticationConfig, getAuthenticationConfigAsync, getConnectionStrings, getConnectionStringsAsync, getContainerLogs, getContainerLogsAsync, getContainerLogsZip, getContainerLogsZipAsync, getHostnameBindings, getHostnameBindingsAsync, getPublishingProfile, getPublishingProfileAsync, getSiteAppSettings, getSiteAppSettingsAsync, getSourceControl, getSourceControlAsync, http20Enabled, ipSecurityRules, javaContainer, javaContainerVersion, javaVersion, linuxFxVersion, localMySqlEnabled, managedPipelineMode, minTlsVersion, netFrameworkVersion, nodeVersion, phpVersion, platformArchitecture, publicNetworkAccess, 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, zipDeployAsyncMethods inherited from interface WebSiteBase
appServicePlanId, 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, usageState
-
Method Details
-
deploymentSlots
DeploymentSlots deploymentSlots()Gets the entry point to deployment slot management API under the web app.- Returns:
- the entry point to deployment slot management API under the web app
-
warDeploy
Deploys a WAR file onto the Azure specialized Tomcat on this web app.- Parameters:
warFile- the WAR file to upload
-
warDeployAsync
-
warDeploy
Deploys a WAR file onto the Azure specialized Tomcat on this web app.Retry by client is required if error happens, due to nature of the stream.
- Parameters:
warFile- the WAR file to uploadlength- the length of the file
-
warDeployAsync
Deploys a WAR file onto the Azure specialized Tomcat on this web app.Retry by client is required if error happens, due to nature of the stream.
- Parameters:
warFile- the WAR file to uploadlength- the length of the file- Returns:
- a completable of the operation
-
warDeploy
-
warDeployAsync
-
warDeploy
Deploys a WAR file onto the Azure specialized Tomcat on this web app.Retry by client is required if error happens, due to nature of the stream.
- Parameters:
warFile- the WAR file to uploadlength- the length of the fileappName- the name of the app, default to "ROOT" when not provided
-
warDeployAsync
Deploys a WAR file onto the Azure specialized Tomcat on this web app.Retry by client is required if error happens, due to nature of the stream.
- Parameters:
warFile- the WAR file to uploadlength- the length of the fileappName- the name of the app, default to "ROOT" when not provided- Returns:
- a completable of the operation
-