Interface DeploymentSlot
-
- All Superinterfaces:
DeploymentSlotBase<DeploymentSlot>,GroupableResource<AppServiceManager,SiteInner>,HasId,HasInnerModel<SiteInner>,HasManager<AppServiceManager>,HasName,HasParent<WebApp>,HasResourceGroup,IndependentChild<AppServiceManager>,IndependentChildResource<AppServiceManager,SiteInner>,Indexable,Refreshable<DeploymentSlot>,Resource,SupportsOneDeploy,Updatable<DeploymentSlotBase.Update<DeploymentSlot>>,WebAppBase,WebDeploymentSlotBasic,WebSiteBase
public interface DeploymentSlot extends IndependentChildResource<AppServiceManager,SiteInner>, WebDeploymentSlotBasic, SupportsOneDeploy, DeploymentSlotBase<DeploymentSlot>, Updatable<DeploymentSlotBase.Update<DeploymentSlot>>, 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.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.appservice.models.DeploymentSlotBase
DeploymentSlotBase.Update<FluentT>, DeploymentSlotBase.UpdateStages
-
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 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.HasParent
parent
-
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.appservice.models.SupportsOneDeploy
deploy, deploy, deploy, deploy, deployAsync, deployAsync, deployAsync, deployAsync, pushDeploy, pushDeployAsync
-
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
-
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.- 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.- 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.- 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.- 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
-
-