Interface DeploymentSlot
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,com.microsoft.azure.management.appservice.implementation.SiteInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasId,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.appservice.implementation.SiteInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<WebApp>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup,com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChild<com.microsoft.azure.management.appservice.implementation.AppServiceManager>,com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,com.microsoft.azure.management.appservice.implementation.SiteInner>,com.microsoft.azure.management.resources.fluentcore.model.Indexable,com.microsoft.azure.management.resources.fluentcore.model.Refreshable<DeploymentSlot>,com.microsoft.azure.management.resources.fluentcore.arm.models.Resource,com.microsoft.azure.management.resources.fluentcore.model.Updatable<DeploymentSlot.Update>,WebAppBase
@Beta public interface DeploymentSlot extends com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,com.microsoft.azure.management.appservice.implementation.SiteInner>, WebAppBase, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<DeploymentSlot>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<DeploymentSlot.Update>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<WebApp>
An immutable client-side representation of an Azure Web App deployment slot.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDeploymentSlot.DefinitionContainer interface for all the definitions that need to be implemented.static interfaceDeploymentSlot.DefinitionStagesGrouping of all the deployment slot definition stages.static interfaceDeploymentSlot.UpdateThe 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.resources.fluentcore.arm.models.Resource
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T extends Object>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T extends Object>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T extends Object>
-
Nested classes/interfaces inherited from interface com.microsoft.azure.management.appservice.WebAppBase
WebAppBase.UpdateStages
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)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
id
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Updatable
update
-
Methods 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, getSourceControl, getSourceControlAsync, hostNames, hostNamesDisabled, hostNameSslStates, http20Enabled, httpsOnly, isDefaultContainer, javaContainer, javaContainerVersion, javaVersion, lastModifiedTime, linuxFxVersion, localMySqlEnabled, managedPipelineMode, 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 Detail
-
warDeploy
@Beta(V1_7_0) 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
@Beta(V1_7_0) rx.Completable 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
@Beta(V1_7_0) void warDeploy(InputStream warFile)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.- Parameters:
warFile- the WAR file to upload
-
warDeployAsync
@Beta(V1_7_0) rx.Completable warDeployAsync(InputStream 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
@Beta(V1_7_0) 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
@Beta(V1_7_0) rx.Completable 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
@Beta(V1_7_0) void warDeploy(InputStream 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
@Beta(V1_7_0) rx.Completable warDeployAsync(InputStream 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
-
-