Function App Site Config Args
constructor(alwaysOn: Output<Boolean>? = null, appScaleLimit: Output<Int>? = null, autoSwapSlotName: Output<String>? = null, cors: Output<FunctionAppSiteConfigCorsArgs>? = null, dotnetFrameworkVersion: Output<String>? = null, elasticInstanceMinimum: Output<Int>? = null, ftpsState: Output<String>? = null, healthCheckPath: Output<String>? = null, http2Enabled: Output<Boolean>? = null, ipRestrictions: Output<List<FunctionAppSiteConfigIpRestrictionArgs>>? = null, javaVersion: Output<String>? = null, linuxFxVersion: Output<String>? = null, minTlsVersion: Output<String>? = null, preWarmedInstanceCount: Output<Int>? = null, runtimeScaleMonitoringEnabled: Output<Boolean>? = null, scmIpRestrictions: Output<List<FunctionAppSiteConfigScmIpRestrictionArgs>>? = null, scmType: Output<String>? = null, scmUseMainIpRestriction: Output<Boolean>? = null, use32BitWorkerProcess: Output<Boolean>? = null, vnetRouteAllEnabled: Output<Boolean>? = null, websocketsEnabled: Output<Boolean>? = null)