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