FluentT - the type of the resourcepublic static interface WebAppBase.UpdateStages.WithSiteConfigs<FluentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.Update<FluentT> |
withAutoSwapSlotName(String slotName)
Specifies the slot name to auto-swap when a deployment is completed in this web app / deployment slot.
|
WebAppBase.Update<FluentT> |
withDefaultDocument(String document)
Adds a default document.
|
WebAppBase.Update<FluentT> |
withDefaultDocuments(List<String> documents)
Adds a list of default documents.
|
WebAppBase.UpdateStages.WithWebContainer<FluentT> |
withJavaVersion(JavaVersion version)
Specifies the Java version.
|
WebAppBase.Update<FluentT> |
withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Specifies the managed pipeline mode.
|
WebAppBase.Update<FluentT> |
withNetFrameworkVersion(NetFrameworkVersion version)
Specifies the .NET Framework version.
|
WebAppBase.Update<FluentT> |
withoutDefaultDocument(String document)
Removes a default document.
|
WebAppBase.Update<FluentT> |
withoutJava()
Turn off Java support.
|
WebAppBase.Update<FluentT> |
withoutPython()
Turn off Python support.
|
WebAppBase.Update<FluentT> |
withPhpVersion(PhpVersion version)
Specifies the PHP version.
|
WebAppBase.Update<FluentT> |
withPlatformArchitecture(PlatformArchitecture platform)
Specifies the platform architecture to use.
|
WebAppBase.Update<FluentT> |
withPythonVersion(PythonVersion version)
Specifies the Python version.
|
WebAppBase.Update<FluentT> |
withRemoteDebuggingDisabled()
Disables remote debugging.
|
WebAppBase.Update<FluentT> |
withRemoteDebuggingEnabled(RemoteVisualStudioVersion remoteVisualStudioVersion)
Specifies the Visual Studio version for remote debugging.
|
WebAppBase.Update<FluentT> |
withWebAppAlwaysOn(boolean alwaysOn)
Specifies if the VM powering the web app is always powered on.
|
WebAppBase.Update<FluentT> |
withWebSocketsEnabled(boolean enabled)
Specifies if web sockets are enabled.
|
WebAppBase.Update<FluentT> withNetFrameworkVersion(NetFrameworkVersion version)
version - the .NET Framework versionWebAppBase.Update<FluentT> withPhpVersion(PhpVersion version)
version - the PHP versionWebAppBase.UpdateStages.WithWebContainer<FluentT> withJavaVersion(JavaVersion version)
version - the Java versionWebAppBase.Update<FluentT> withoutJava()
WebAppBase.Update<FluentT> withPythonVersion(PythonVersion version)
version - the Python versionWebAppBase.Update<FluentT> withoutPython()
WebAppBase.Update<FluentT> withPlatformArchitecture(PlatformArchitecture platform)
platform - the platform architectureWebAppBase.Update<FluentT> withWebSocketsEnabled(boolean enabled)
enabled - true if web sockets are enabledWebAppBase.Update<FluentT> withWebAppAlwaysOn(boolean alwaysOn)
alwaysOn - true if the web app is always powered onWebAppBase.Update<FluentT> withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
managedPipelineMode - managed pipeline modeWebAppBase.Update<FluentT> withAutoSwapSlotName(String slotName)
slotName - the name of the slot, or 'production', to auto-swapWebAppBase.Update<FluentT> withRemoteDebuggingEnabled(RemoteVisualStudioVersion remoteVisualStudioVersion)
remoteVisualStudioVersion - the Visual Studio version for remote debuggingWebAppBase.Update<FluentT> withRemoteDebuggingDisabled()
WebAppBase.Update<FluentT> withDefaultDocument(String document)
document - default documentWebAppBase.Update<FluentT> withDefaultDocuments(List<String> documents)
documents - list of default documentsWebAppBase.Update<FluentT> withoutDefaultDocument(String document)
document - default document to remove/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/