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