Function App Site Config
constructor(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)