GetStandardSiteConfig

data class GetStandardSiteConfig(val alwaysOn: Boolean? = null, val appScaleLimit: Int, val autoSwapSlotName: String, val cors: GetStandardSiteConfigCors, val dotnetFrameworkVersion: String? = null, val elasticInstanceMinimum: Int, val ftpsState: String, val healthCheckPath: String? = null, val http2Enabled: Boolean? = null, val ipRestrictions: List<GetStandardSiteConfigIpRestriction>, val linuxFxVersion: String, val minTlsVersion: String, val preWarmedInstanceCount: Int, val publicNetworkAccessEnabled: Boolean? = null, val runtimeScaleMonitoringEnabled: Boolean? = null, val scmIpRestrictions: List<GetStandardSiteConfigScmIpRestriction>, val scmMinTlsVersion: String, val scmType: String, val scmUseMainIpRestriction: Boolean? = null, val use32BitWorkerProcess: Boolean? = null, val vnetRouteAllEnabled: Boolean, val websocketsEnabled: Boolean? = null) : ConvertibleToJava<GetStandardSiteConfig>

Constructors

Link copied to clipboard
constructor(alwaysOn: Boolean? = null, appScaleLimit: Int, autoSwapSlotName: String, cors: GetStandardSiteConfigCors, dotnetFrameworkVersion: String? = null, elasticInstanceMinimum: Int, ftpsState: String, healthCheckPath: String? = null, http2Enabled: Boolean? = null, ipRestrictions: List<GetStandardSiteConfigIpRestriction>, linuxFxVersion: String, minTlsVersion: String, preWarmedInstanceCount: Int, publicNetworkAccessEnabled: Boolean? = null, runtimeScaleMonitoringEnabled: Boolean? = null, scmIpRestrictions: List<GetStandardSiteConfigScmIpRestriction>, scmMinTlsVersion: String, scmType: String, scmUseMainIpRestriction: Boolean? = null, use32BitWorkerProcess: Boolean? = null, vnetRouteAllEnabled: Boolean, websocketsEnabled: Boolean? = null)

Properties

Link copied to clipboard
val alwaysOn: Boolean? = null
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
val healthCheckPath: String? = null
Link copied to clipboard
val http2Enabled: Boolean? = null
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

Functions

Link copied to clipboard
open override fun toJava(): GetStandardSiteConfig