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