Standard Site Config Args
data class StandardSiteConfigArgs(val alwaysOn: Output<Boolean>? = null, val appScaleLimit: Output<Int>? = null, val autoSwapSlotName: Output<String>? = null, val cors: Output<StandardSiteConfigCorsArgs>? = null, val dotnetFrameworkVersion: Output<String>? = null, val elasticInstanceMinimum: Output<Int>? = null, val ftpsState: Output<String>? = null, val healthCheckPath: Output<String>? = null, val http2Enabled: Output<Boolean>? = null, val ipRestrictions: Output<List<StandardSiteConfigIpRestrictionArgs>>? = null, val linuxFxVersion: Output<String>? = null, val minTlsVersion: Output<String>? = null, val preWarmedInstanceCount: Output<Int>? = null, val runtimeScaleMonitoringEnabled: Output<Boolean>? = null, val scmIpRestrictions: Output<List<StandardSiteConfigScmIpRestrictionArgs>>? = null, val scmMinTlsVersion: Output<String>? = null, val scmType: Output<String>? = null, val scmUseMainIpRestriction: Output<Boolean>? = null, val use32BitWorkerProcess: Output<Boolean>? = null, val vnetRouteAllEnabled: Output<Boolean>? = null, val websocketsEnabled: Output<Boolean>? = null) : ConvertibleToJava<StandardSiteConfigArgs>
Constructors
Link copied to clipboard
fun StandardSiteConfigArgs(alwaysOn: Output<Boolean>? = null, appScaleLimit: Output<Int>? = null, autoSwapSlotName: Output<String>? = null, cors: Output<StandardSiteConfigCorsArgs>? = null, dotnetFrameworkVersion: Output<String>? = null, elasticInstanceMinimum: Output<Int>? = null, ftpsState: Output<String>? = null, healthCheckPath: Output<String>? = null, http2Enabled: Output<Boolean>? = null, ipRestrictions: Output<List<StandardSiteConfigIpRestrictionArgs>>? = null, linuxFxVersion: Output<String>? = null, minTlsVersion: Output<String>? = null, preWarmedInstanceCount: Output<Int>? = null, runtimeScaleMonitoringEnabled: Output<Boolean>? = null, scmIpRestrictions: Output<List<StandardSiteConfigScmIpRestrictionArgs>>? = null, scmMinTlsVersion: Output<String>? = null, scmType: Output<String>? = null, scmUseMainIpRestriction: Output<Boolean>? = null, use32BitWorkerProcess: Output<Boolean>? = null, vnetRouteAllEnabled: Output<Boolean>? = null, websocketsEnabled: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The version of the .NET framework's CLR used in this Logic 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 SCM IP restrictions as defined below.
Link copied to clipboard
Link copied to clipboard