Function App Site Config
data class FunctionAppSiteConfig(val alwaysOn: Boolean? = null, val appScaleLimit: Int? = null, val autoSwapSlotName: String? = null, val cors: FunctionAppSiteConfigCors? = null, val dotnetFrameworkVersion: String? = null, val elasticInstanceMinimum: Int? = null, val ftpsState: String? = null, val healthCheckPath: String? = null, val http2Enabled: Boolean? = null, val ipRestrictions: List<FunctionAppSiteConfigIpRestriction>? = null, val javaVersion: String? = null, val linuxFxVersion: String? = null, val minTlsVersion: String? = null, val preWarmedInstanceCount: Int? = null, val runtimeScaleMonitoringEnabled: Boolean? = null, val scmIpRestrictions: List<FunctionAppSiteConfigScmIpRestriction>? = null, val scmType: String? = null, val scmUseMainIpRestriction: Boolean? = null, val use32BitWorkerProcess: Boolean? = null, val vnetRouteAllEnabled: Boolean? = null, val websocketsEnabled: Boolean? = null)
Constructors
Link copied to clipboard
fun FunctionAppSiteConfig(alwaysOn: Boolean? = null, appScaleLimit: Int? = null, autoSwapSlotName: String? = null, cors: FunctionAppSiteConfigCors? = null, dotnetFrameworkVersion: String? = null, elasticInstanceMinimum: Int? = null, ftpsState: String? = null, healthCheckPath: String? = null, http2Enabled: Boolean? = null, ipRestrictions: List<FunctionAppSiteConfigIpRestriction>? = null, javaVersion: String? = null, linuxFxVersion: String? = null, minTlsVersion: String? = null, preWarmedInstanceCount: Int? = null, runtimeScaleMonitoringEnabled: Boolean? = null, scmIpRestrictions: List<FunctionAppSiteConfigScmIpRestriction>? = null, scmType: String? = null, scmUseMainIpRestriction: Boolean? = null, use32BitWorkerProcess: Boolean? = null, vnetRouteAllEnabled: Boolean? = null, websocketsEnabled: Boolean? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The version of the .NET framework's CLR used in this function app. Possible values are v4.0
(including .NET Core 2.1 and 3.1), v5.0
and v6.0
. For more information on which .NET Framework version to use based on the runtime version you're targeting - please see this table. Defaults to v4.0
.
Link copied to clipboard
Link copied to clipboard
A List of objects representing IP restrictions as defined below.
Link copied to clipboard
A List of objects representing IP restrictions as defined below.
Link copied to clipboard