Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SiteConfig |
SitePatchResource.siteConfig()
Get configuration of the app.
|
SiteConfig |
SiteConfig.withAlwaysOn(Boolean alwaysOn)
Set <code>true</code> if Always On is enabled; otherwise, <code>false</code>.
|
SiteConfig |
SiteConfig.withApiDefinition(ApiDefinitionInfo apiDefinition)
Set information about the formal API definition for the app.
|
SiteConfig |
SiteConfig.withAppCommandLine(String appCommandLine)
Set app command line to launch.
|
SiteConfig |
SiteConfig.withAppSettings(List<NameValuePair> appSettings)
Set application settings.
|
SiteConfig |
SiteConfig.withAutoHealEnabled(Boolean autoHealEnabled)
Set <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.
|
SiteConfig |
SiteConfig.withAutoHealRules(AutoHealRules autoHealRules)
Set auto Heal rules.
|
SiteConfig |
SiteConfig.withAutoSwapSlotName(String autoSwapSlotName)
Set auto-swap slot name.
|
SiteConfig |
SiteConfig.withAzureStorageAccounts(Map<String,AzureStorageInfoValue> azureStorageAccounts)
Set user-provided Azure storage accounts.
|
SiteConfig |
SiteConfig.withConnectionStrings(List<ConnStringInfo> connectionStrings)
Set connection strings.
|
SiteConfig |
SiteConfig.withCors(CorsSettings cors)
Set cross-Origin Resource Sharing (CORS) settings.
|
SiteConfig |
SiteConfig.withDefaultDocuments(List<String> defaultDocuments)
Set default documents.
|
SiteConfig |
SiteConfig.withDetailedErrorLoggingEnabled(Boolean detailedErrorLoggingEnabled)
Set <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.
|
SiteConfig |
SiteConfig.withDocumentRoot(String documentRoot)
Set document root.
|
SiteConfig |
SiteConfig.withExperiments(Experiments experiments)
Set this is work around for polymorphic types.
|
SiteConfig |
SiteConfig.withFtpsState(FtpsState ftpsState)
Set state of FTP / FTPS service.
|
SiteConfig |
SiteConfig.withHandlerMappings(List<HandlerMapping> handlerMappings)
Set handler mappings.
|
SiteConfig |
SiteConfig.withHttp20Enabled(Boolean http20Enabled)
Set http20Enabled: configures a web site to allow clients to connect over http2.0.
|
SiteConfig |
SiteConfig.withHttpLoggingEnabled(Boolean httpLoggingEnabled)
Set <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.
|
SiteConfig |
SiteConfig.withIpSecurityRestrictions(List<IpSecurityRestriction> ipSecurityRestrictions)
Set iP security restrictions for main.
|
SiteConfig |
SiteConfig.withJavaContainer(String javaContainer)
Set java container.
|
SiteConfig |
SiteConfig.withJavaContainerVersion(String javaContainerVersion)
Set java container version.
|
SiteConfig |
SiteConfig.withJavaVersion(String javaVersion)
Set java version.
|
SiteConfig |
SiteConfig.withLimits(SiteLimits limits)
Set site limits.
|
SiteConfig |
SiteConfig.withLinuxFxVersion(String linuxFxVersion)
Set linux App Framework and version.
|
SiteConfig |
SiteConfig.withLoadBalancing(SiteLoadBalancing loadBalancing)
Set site load balancing.
|
SiteConfig |
SiteConfig.withLocalMySqlEnabled(Boolean localMySqlEnabled)
Set <code>true</code> to enable local MySQL; otherwise, <code>false</code>.
|
SiteConfig |
SiteConfig.withLogsDirectorySizeLimit(Integer logsDirectorySizeLimit)
Set hTTP logs directory size limit.
|
SiteConfig |
SiteConfig.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Set managed pipeline mode.
|
SiteConfig |
SiteConfig.withManagedServiceIdentityId(Integer managedServiceIdentityId)
Set managed Service Identity Id.
|
SiteConfig |
SiteConfig.withMinTlsVersion(SupportedTlsVersions minTlsVersion)
Set minTlsVersion: configures the minimum version of TLS required for SSL requests.
|
SiteConfig |
SiteConfig.withNetFrameworkVersion(String netFrameworkVersion)
Set .NET Framework version.
|
SiteConfig |
SiteConfig.withNodeVersion(String nodeVersion)
Set version of Node.js.
|
SiteConfig |
SiteConfig.withNumberOfWorkers(Integer numberOfWorkers)
Set number of workers.
|
SiteConfig |
SiteConfig.withPhpVersion(String phpVersion)
Set version of PHP.
|
SiteConfig |
SiteConfig.withPublishingUsername(String publishingUsername)
Set publishing user name.
|
SiteConfig |
SiteConfig.withPush(com.microsoft.azure.management.appservice.implementation.PushSettingsInner push)
Set push endpoint settings.
|
SiteConfig |
SiteConfig.withPythonVersion(String pythonVersion)
Set version of Python.
|
SiteConfig |
SiteConfig.withRemoteDebuggingEnabled(Boolean remoteDebuggingEnabled)
Set <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.
|
SiteConfig |
SiteConfig.withRemoteDebuggingVersion(String remoteDebuggingVersion)
Set remote debugging version.
|
SiteConfig |
SiteConfig.withRequestTracingEnabled(Boolean requestTracingEnabled)
Set <code>true</code> if request tracing is enabled; otherwise, <code>false</code>.
|
SiteConfig |
SiteConfig.withRequestTracingExpirationTime(org.joda.time.DateTime requestTracingExpirationTime)
Set request tracing expiration time.
|
SiteConfig |
SiteConfig.withReservedInstanceCount(Integer reservedInstanceCount)
Set number of reserved instances.
|
SiteConfig |
SiteConfig.withScmIpSecurityRestrictions(List<IpSecurityRestriction> scmIpSecurityRestrictions)
Set iP security restrictions for scm.
|
SiteConfig |
SiteConfig.withScmIpSecurityRestrictionsUseMain(Boolean scmIpSecurityRestrictionsUseMain)
Set iP security restrictions for scm to use main.
|
SiteConfig |
SiteConfig.withScmType(ScmType scmType)
Set sCM type.
|
SiteConfig |
SiteConfig.withTracingOptions(String tracingOptions)
Set tracing options.
|
SiteConfig |
SiteConfig.withUse32BitWorkerProcess(Boolean use32BitWorkerProcess)
Set <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.
|
SiteConfig |
SiteConfig.withVirtualApplications(List<VirtualApplication> virtualApplications)
Set virtual applications.
|
SiteConfig |
SiteConfig.withVnetName(String vnetName)
Set virtual Network name.
|
SiteConfig |
SiteConfig.withWebSocketsEnabled(Boolean webSocketsEnabled)
Set <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.
|
SiteConfig |
SiteConfig.withWindowsFxVersion(String windowsFxVersion)
Set xenon App Framework and version.
|
SiteConfig |
SiteConfig.withXManagedServiceIdentityId(Integer xManagedServiceIdentityId)
Set explicit Managed Service Identity Id.
|
Modifier and Type | Method and Description |
---|---|
SitePatchResource |
SitePatchResource.withSiteConfig(SiteConfig siteConfig)
Set configuration of the app.
|
Copyright © 2019. All rights reserved.