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 Classes Modifier and Type Interface Description static interfaceWebApp.DefinitionContainer interface for all the definitions that need to be implemented.static interfaceWebApp.DefinitionStagesGrouping of all the web app definition stages.static interfaceWebApp.UpdateThe template for a web app update operation, containing all the settings that can be modified.static interfaceWebApp.UpdateStagesGrouping of all the web app update stages.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentSlotsdeploymentSlots()voidwarDeploy(File warFile)Deploys a WAR file onto the Azure specialized Tomcat on this web app.voidwarDeploy(File warFile, String appName)Deploys 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.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.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateEndpointConnection
listPrivateEndpointConnections, listPrivateEndpointConnectionsAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateLinkResource
listPrivateLinkResources, listPrivateLinkResourcesAsync
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.SupportsOneDeploy
deploy, deploy, deploy, deploy, deployAsync, deployAsync, deployAsync, deployAsync, pushDeploy, pushDeployAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsUpdatingPrivateEndpointConnection
approvePrivateEndpointConnection, approvePrivateEndpointConnectionAsync, rejectPrivateEndpointConnection, rejectPrivateEndpointConnectionAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable
update
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.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, 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, zipDeployAsync
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.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 Detail
-
deploymentSlots
DeploymentSlots deploymentSlots()
- Returns:
- the entry point to deployment slot management API under the web app
-
warDeploy
void warDeploy(File warFile)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.- Parameters:
warFile- the WAR file to upload
-
warDeployAsync
Mono<Void> warDeployAsync(File warFile)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.- Parameters:
warFile- the WAR file to upload- Returns:
- a completable of the operation
-
warDeploy
void warDeploy(InputStream warFile, long length)
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
Mono<Void> warDeployAsync(InputStream warFile, long length)
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
void warDeploy(File warFile, String appName)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.- Parameters:
warFile- the WAR file to uploadappName- the name of the app, default to "ROOT" when not provided
-
warDeployAsync
Mono<Void> warDeployAsync(File warFile, String appName)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.- Parameters:
warFile- the WAR file to uploadappName- the name of the app, default to "ROOT" when not provided- Returns:
- a completable of the operation
-
warDeploy
void warDeploy(InputStream warFile, long length, String appName)
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
Mono<Void> warDeployAsync(InputStream warFile, long length, String appName)
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
-
-