FluentT - the type of the resourcepublic static interface WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>
WebAppBase.DefinitionStages.WithCreate<FluentT> withNetFrameworkVersion(NetFrameworkVersion version)
version - the .NET Framework versionWebAppBase.DefinitionStages.WithCreate<FluentT> withPhpVersion(PhpVersion version)
version - the PHP versionWebAppBase.DefinitionStages.WithCreate<FluentT> withoutPhp()
WebAppBase.DefinitionStages.WithWebContainer<FluentT> withJavaVersion(JavaVersion version)
version - the Java versionWebAppBase.DefinitionStages.WithCreate<FluentT> withPythonVersion(PythonVersion version)
version - the Python versionWebAppBase.DefinitionStages.WithCreate<FluentT> withPlatformArchitecture(PlatformArchitecture platform)
platform - the platform architectureWebAppBase.DefinitionStages.WithCreate<FluentT> withWebSocketsEnabled(boolean enabled)
enabled - true if web sockets are enabledWebAppBase.DefinitionStages.WithCreate<FluentT> withWebAppAlwaysOn(boolean alwaysOn)
alwaysOn - true if the web app is always powered onWebAppBase.DefinitionStages.WithCreate<FluentT> withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
managedPipelineMode - managed pipeline modeWebAppBase.DefinitionStages.WithCreate<FluentT> withAutoSwapSlotName(String slotName)
slotName - the name of the slot, or 'production', to auto-swapWebAppBase.DefinitionStages.WithCreate<FluentT> withRemoteDebuggingEnabled(RemoteVisualStudioVersion remoteVisualStudioVersion)
remoteVisualStudioVersion - the Visual Studio version for remote debuggingWebAppBase.DefinitionStages.WithCreate<FluentT> withRemoteDebuggingDisabled()
WebAppBase.DefinitionStages.WithCreate<FluentT> withDefaultDocument(String document)
document - default documentWebAppBase.DefinitionStages.WithCreate<FluentT> withDefaultDocuments(List<String> documents)
documents - list of default documentsWebAppBase.DefinitionStages.WithCreate<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.
*/