Interface DeploymentSlot
- All Superinterfaces:
DeploymentSlotBase<DeploymentSlot>, com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource<AppServiceManager, SiteInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasId, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<SiteInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppServiceManager>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<WebApp>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.models.IndependentChild<AppServiceManager>, com.azure.resourcemanager.resources.fluentcore.arm.models.IndependentChildResource<AppServiceManager, SiteInner>, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<DeploymentSlot>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource, SupportsOneDeploy, com.azure.resourcemanager.resources.fluentcore.model.Updatable<DeploymentSlotBase.Update<DeploymentSlot>>, WebAppBase, WebDeploymentSlotBasic, WebSiteBase
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceGrouping of all the deployment slot definition stages.Nested classes/interfaces inherited from interface DeploymentSlotBase
DeploymentSlotBase.Update<FluentT>, DeploymentSlotBase.UpdateStagesNested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags<T> -
Field Summary
Fields inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
DUMMY -
Method Summary
Modifier and TypeMethodDescriptionvoidDeploys 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 com.azure.resourcemanager.resources.fluentcore.arm.models.HasId
idMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable
keyMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, typeMethods inherited from interface SupportsOneDeploy
deploy, deploy, deploy, deploy, deployAsync, deployAsync, deployAsync, deployAsync, getDeploymentStatus, getDeploymentStatusAsync, pushDeploy, pushDeployAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable
updateMethods 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
-
warDeploy
Deploys a WAR file onto the Azure specialized Tomcat on this web app.It is recommended to call
deploymentSlot.deploy(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/ROOT"))- Parameters:
warFile- the WAR file to upload
-
warDeployAsync
Deploys a WAR file onto the Azure specialized Tomcat on this web app.It is recommended to call
deploymentSlot.deployAsync(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/ROOT"))- Parameters:
warFile- the WAR file to upload- Returns:
- a completable of the operation
-
warDeploy
Deploys a WAR file onto the Azure specialized Tomcat on this web app.It is recommended to call
deploymentSlot.deploy(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/ROOT"))- 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.It is recommended to call
deploymentSlot.deployAsync(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/ROOT"))- Parameters:
warFile- the WAR file to uploadlength- the length of the file- Returns:
- a completable of the operation
-
warDeploy
Deploys a WAR file onto the Azure specialized Tomcat on this web app.It is recommended to call
deploymentSlot.deploy(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/<appName>"))- Parameters:
warFile- the WAR file to uploadappName- 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.It is recommended to call
deploymentSlot.deployAsync(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/<appName>"))- 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
Deploys a WAR file onto the Azure specialized Tomcat on this web app.It is recommended to call
deploymentSlot.deploy(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/<appName>"))- 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.It is recommended to call
deploymentSlot.deployAsync(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/<appName>"))- 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
-