public interface DeploymentSlot extends IndependentChildResource<AppServiceManager,SiteInner>, WebDeploymentSlotBasic, SupportsOneDeploy, DeploymentSlotBase<DeploymentSlot>, Updatable<DeploymentSlotBase.Update<DeploymentSlot>>, HasParent<WebApp>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeploymentSlot.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
DeploymentSlot.DefinitionStages
Grouping of all the deployment slot definition stages.
|
DeploymentSlotBase.Update<FluentT>, DeploymentSlotBase.UpdateStagesResource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
void |
warDeploy(File warFile)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.
|
void |
warDeploy(File warFile,
String appName)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.
|
void |
warDeploy(InputStream warFile,
long length)
Deploys a WAR file onto the Azure specialized Tomcat on this web app.
|
void |
warDeploy(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.
|
refresh, refreshAsyncdeploy, deploy, deploy, deploy, deployAsync, deployAsync, deployAsync, deployAsyncalwaysOn, 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, zipDeployAsyncmanagerappServicePlanId, 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, usageStateregion, regionName, tags, typenameresourceGroupNameinnerModelvoid warDeploy(File warFile)
warFile - the WAR file to uploadMono<Void> warDeployAsync(File warFile)
warFile - the WAR file to uploadvoid warDeploy(InputStream warFile, long length)
warFile - the WAR file to uploadlength - the length of the fileMono<Void> warDeployAsync(InputStream warFile, long length)
warFile - the WAR file to uploadlength - the length of the filevoid warDeploy(File warFile, String appName)
warFile - the WAR file to uploadappName - the name of the app, default to "ROOT" when not providedMono<Void> warDeployAsync(File warFile, String appName)
warFile - the WAR file to uploadappName - the name of the app, default to "ROOT" when not providedvoid warDeploy(InputStream warFile, long length, String appName)
warFile - the WAR file to uploadlength - the length of the fileappName - the name of the app, default to "ROOT" when not providedMono<Void> warDeployAsync(InputStream warFile, long length, String appName)
warFile - the WAR file to uploadlength - the length of the fileappName - the name of the app, default to "ROOT" when not providedCopyright © 2021 Microsoft Corporation. All rights reserved.