Interface DeploymentSlot
- All Superinterfaces:
DeploymentSlotBase<DeploymentSlot>,GroupableResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,,com.microsoft.azure.management.appservice.implementation.SiteInner> HasId,HasInner<com.microsoft.azure.management.appservice.implementation.SiteInner>,HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>,HasName,HasParent<WebApp>,HasResourceGroup,IndependentChild<com.microsoft.azure.management.appservice.implementation.AppServiceManager>,IndependentChildResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,,com.microsoft.azure.management.appservice.implementation.SiteInner> Indexable,Refreshable<DeploymentSlot>,Resource,SupportsOneDeploy,Updatable<DeploymentSlotBase.Update<DeploymentSlot>>,WebAppBase
@Beta
public interface DeploymentSlot
extends IndependentChildResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,com.microsoft.azure.management.appservice.implementation.SiteInner>, DeploymentSlotBase<DeploymentSlot>, SupportsOneDeploy, Refreshable<DeploymentSlot>, Updatable<DeploymentSlotBase.Update<DeploymentSlot>>, HasParent<WebApp>
An immutable client-side representation of an Azure Web App deployment slot.
-
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.static interfaceThe template for a web app update operation, containing all the settings that can be modified.Nested classes/interfaces inherited from interface com.microsoft.azure.management.appservice.DeploymentSlotBase
DeploymentSlotBase.UpdateStagesNested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T> -
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) Deploys a WAR file onto the Azure specialized Tomcat on this web app.voidwarDeploy(InputStream warFile, String appName) Deploys a WAR file onto the Azure specialized Tomcat on this web app.rx.CompletablewarDeployAsync(File warFile) Deploys a WAR file onto the Azure specialized Tomcat on this web app.rx.CompletablewarDeployAsync(File warFile, String appName) Deploys a WAR file onto the Azure specialized Tomcat on this web app.rx.CompletablewarDeployAsync(InputStream warFile) Deploys a WAR file onto the Azure specialized Tomcat on this web app.rx.CompletablewarDeployAsync(InputStream warFile, String appName) Deploys a WAR file onto the Azure specialized Tomcat on this web app.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
idMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
innerMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
keyMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
region, regionName, tags, typeMethods inherited from interface com.microsoft.azure.management.appservice.SupportsOneDeploy
deploy, deploy, deploy, deploy, deployAsync, deployAsync, deployAsync, deployAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Updatable
updateMethods inherited from interface com.microsoft.azure.management.appservice.WebAppBase
alwaysOn, applySlotConfigurations, applySlotConfigurationsAsync, appServicePlanId, autoSwapSlotName, availabilityState, clientAffinityEnabled, clientCertEnabled, cloningInfo, containerSize, defaultDocuments, defaultHostName, deploy, diagnosticLogsConfig, documentRoot, enabled, enabledHostNames, ftpsState, getAppSettings, getAppSettingsAsync, getAuthenticationConfig, getAuthenticationConfigAsync, getConnectionStrings, getConnectionStringsAsync, getContainerLogs, getContainerLogsAsync, getContainerLogsZip, getContainerLogsZipAsync, getHostNameBindings, getHostNameBindingsAsync, getPublishingProfile, getPublishingProfileAsync, getSiteAppSettings, getSiteAppSettingsAsync, getSourceControl, getSourceControlAsync, hostNames, hostNamesDisabled, hostNameSslStates, http20Enabled, httpsOnly, isDefaultContainer, javaContainer, javaContainerVersion, javaVersion, lastModifiedTime, linuxFxVersion, localMySqlEnabled, managedPipelineMode, minTlsVersion, netFrameworkVersion, nodeVersion, operatingSystem, outboundIPAddresses, phpVersion, platformArchitecture, pythonVersion, remoteDebuggingEnabled, remoteDebuggingVersion, repositorySiteName, resetSlotConfigurations, resetSlotConfigurationsAsync, restart, restartAsync, scmSiteAlsoStopped, scmType, start, startAsync, state, stop, stopAsync, streamAllLogs, streamAllLogsAsync, streamApplicationLogs, streamApplicationLogsAsync, streamDeploymentLogs, streamDeploymentLogsAsync, streamHttpLogs, streamHttpLogsAsync, streamTraceLogs, streamTraceLogsAsync, swap, swapAsync, systemAssignedManagedServiceIdentityPrincipalId, systemAssignedManagedServiceIdentityTenantId, targetSwapSlot, trafficManagerHostNames, usageState, userAssignedManagedServiceIdentityIds, verifyDomainOwnership, verifyDomainOwnershipAsync, virtualApplications, webSocketsEnabled, zipDeploy, zipDeploy, zipDeployAsync, zipDeployAsync
-
Method Details
-
warDeploy
Deploys a WAR file onto the Azure specialized Tomcat on this web app.- Parameters:
warFile- the WAR file to upload
-
warDeployAsync
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
Deploys a WAR file onto the Azure specialized Tomcat on this web app.- Parameters:
warFile- the WAR file to upload
-
warDeployAsync
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
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
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
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
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
-