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.Update<FluentT> |
withFtpsState(FtpsState ftpsState)
Sets whether the web app supports certain type of FTP(S).
|
WebAppBase.Update<FluentT> |
withHttp20Enabled(boolean http20Enabled)
Sets whether the web app accepts HTTP 2.0 traffic.
|
WebAppBase.Update<FluentT> |
withHttpsOnly(boolean httpsOnly)
Sets whether the web app only accepts HTTPS traffic.
|
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> |
withVirtualApplications(List<VirtualApplication> virtualApplications)
Sets the virtual applications in the web app.
|
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 removeWebAppBase.Update<FluentT> withHttpsOnly(boolean httpsOnly)
httpsOnly
- true if the web app only accepts HTTPS trafficWebAppBase.Update<FluentT> withHttp20Enabled(boolean http20Enabled)
http20Enabled
- true if the web app accepts HTTP 2.0 trafficWebAppBase.Update<FluentT> withFtpsState(FtpsState ftpsState)
ftpsState
- the FTP(S) configurationWebAppBase.Update<FluentT> withVirtualApplications(List<VirtualApplication> virtualApplications)
virtualApplications
- the list of virtual applications in the web appCopyright © 2019. All rights reserved.