| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withAlwaysOn(Boolean alwaysOn)
Set the alwaysOn value.
|
SiteConfig |
SiteConfig.withApiDefinition(ApiDefinitionInfo apiDefinition)
Set the apiDefinition value.
|
SiteConfig |
SiteConfig.withAppCommandLine(String appCommandLine)
Set the appCommandLine value.
|
SiteConfig |
SiteConfig.withAppSettings(List<NameValuePair> appSettings)
Set the appSettings value.
|
SiteConfig |
SiteConfig.withAutoHealEnabled(Boolean autoHealEnabled)
Set the autoHealEnabled value.
|
SiteConfig |
SiteConfig.withAutoHealRules(AutoHealRules autoHealRules)
Set the autoHealRules value.
|
SiteConfig |
SiteConfig.withAutoSwapSlotName(String autoSwapSlotName)
Set the autoSwapSlotName value.
|
SiteConfig |
SiteConfig.withConnectionStrings(List<ConnStringInfo> connectionStrings)
Set the connectionStrings value.
|
SiteConfig |
SiteConfig.withCors(CorsSettings cors)
Set the cors value.
|
SiteConfig |
SiteConfig.withDefaultDocuments(List<String> defaultDocuments)
Set the defaultDocuments value.
|
SiteConfig |
SiteConfig.withDetailedErrorLoggingEnabled(Boolean detailedErrorLoggingEnabled)
Set the detailedErrorLoggingEnabled value.
|
SiteConfig |
SiteConfig.withDocumentRoot(String documentRoot)
Set the documentRoot value.
|
SiteConfig |
SiteConfig.withExperiments(Experiments experiments)
Set the experiments value.
|
SiteConfig |
SiteConfig.withHandlerMappings(List<HandlerMapping> handlerMappings)
Set the handlerMappings value.
|
SiteConfig |
SiteConfig.withHttpLoggingEnabled(Boolean httpLoggingEnabled)
Set the httpLoggingEnabled value.
|
SiteConfig |
SiteConfig.withIpSecurityRestrictions(List<IpSecurityRestriction> ipSecurityRestrictions)
Set the ipSecurityRestrictions value.
|
SiteConfig |
SiteConfig.withJavaContainer(String javaContainer)
Set the javaContainer value.
|
SiteConfig |
SiteConfig.withJavaContainerVersion(String javaContainerVersion)
Set the javaContainerVersion value.
|
SiteConfig |
SiteConfig.withJavaVersion(String javaVersion)
Set the javaVersion value.
|
SiteConfig |
SiteConfig.withLimits(SiteLimits limits)
Set the limits value.
|
SiteConfig |
SiteConfig.withLinuxFxVersion(String linuxFxVersion)
Set the linuxFxVersion value.
|
SiteConfig |
SiteConfig.withLoadBalancing(SiteLoadBalancing loadBalancing)
Set the loadBalancing value.
|
SiteConfig |
SiteConfig.withLocalMySqlEnabled(Boolean localMySqlEnabled)
Set the localMySqlEnabled value.
|
SiteConfig |
SiteConfig.withLogsDirectorySizeLimit(Integer logsDirectorySizeLimit)
Set the logsDirectorySizeLimit value.
|
SiteConfig |
SiteConfig.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Set the managedPipelineMode value.
|
SiteConfig |
SiteConfig.withNetFrameworkVersion(String netFrameworkVersion)
Set the netFrameworkVersion value.
|
SiteConfig |
SiteConfig.withNodeVersion(String nodeVersion)
Set the nodeVersion value.
|
SiteConfig |
SiteConfig.withNumberOfWorkers(Integer numberOfWorkers)
Set the numberOfWorkers value.
|
SiteConfig |
SiteConfig.withPhpVersion(String phpVersion)
Set the phpVersion value.
|
SiteConfig |
SiteConfig.withPublishingUsername(String publishingUsername)
Set the publishingUsername value.
|
SiteConfig |
SiteConfig.withPush(com.microsoft.azure.management.appservice.implementation.PushSettingsInner push)
Set the push value.
|
SiteConfig |
SiteConfig.withPythonVersion(String pythonVersion)
Set the pythonVersion value.
|
SiteConfig |
SiteConfig.withRemoteDebuggingEnabled(Boolean remoteDebuggingEnabled)
Set the remoteDebuggingEnabled value.
|
SiteConfig |
SiteConfig.withRemoteDebuggingVersion(String remoteDebuggingVersion)
Set the remoteDebuggingVersion value.
|
SiteConfig |
SiteConfig.withRequestTracingEnabled(Boolean requestTracingEnabled)
Set the requestTracingEnabled value.
|
SiteConfig |
SiteConfig.withRequestTracingExpirationTime(org.joda.time.DateTime requestTracingExpirationTime)
Set the requestTracingExpirationTime value.
|
SiteConfig |
SiteConfig.withScmType(ScmType scmType)
Set the scmType value.
|
SiteConfig |
SiteConfig.withTracingOptions(String tracingOptions)
Set the tracingOptions value.
|
SiteConfig |
SiteConfig.withUse32BitWorkerProcess(Boolean use32BitWorkerProcess)
Set the use32BitWorkerProcess value.
|
SiteConfig |
SiteConfig.withVirtualApplications(List<VirtualApplication> virtualApplications)
Set the virtualApplications value.
|
SiteConfig |
SiteConfig.withVnetName(String vnetName)
Set the vnetName value.
|
SiteConfig |
SiteConfig.withWebSocketsEnabled(Boolean webSocketsEnabled)
Set the webSocketsEnabled value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/