Get Function App Site Config
data class GetFunctionAppSiteConfig(val alwaysOn: Boolean, val appScaleLimit: Int, val autoSwapSlotName: String, val cors: GetFunctionAppSiteConfigCors, val dotnetFrameworkVersion: String, val elasticInstanceMinimum: Int, val ftpsState: String, val healthCheckPath: String, val http2Enabled: Boolean, val ipRestrictions: List<GetFunctionAppSiteConfigIpRestriction>, val javaVersion: String, val linuxFxVersion: String, val minTlsVersion: String, val preWarmedInstanceCount: Int, val runtimeScaleMonitoringEnabled: Boolean, val scmIpRestrictions: List<GetFunctionAppSiteConfigScmIpRestriction>, val scmType: String, val scmUseMainIpRestriction: Boolean, val use32BitWorkerProcess: Boolean, val vnetRouteAllEnabled: Boolean, val websocketsEnabled: Boolean)
Constructors
Link copied to clipboard
fun GetFunctionAppSiteConfig(alwaysOn: Boolean, appScaleLimit: Int, autoSwapSlotName: String, cors: GetFunctionAppSiteConfigCors, dotnetFrameworkVersion: String, elasticInstanceMinimum: Int, ftpsState: String, healthCheckPath: String, http2Enabled: Boolean, ipRestrictions: List<GetFunctionAppSiteConfigIpRestriction>, javaVersion: String, linuxFxVersion: String, minTlsVersion: String, preWarmedInstanceCount: Int, runtimeScaleMonitoringEnabled: Boolean, scmIpRestrictions: List<GetFunctionAppSiteConfigScmIpRestriction>, scmType: String, scmUseMainIpRestriction: Boolean, use32BitWorkerProcess: Boolean, vnetRouteAllEnabled: Boolean, websocketsEnabled: Boolean)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard