Linux Web App Slot Site Config
data class LinuxWebAppSlotSiteConfig(val alwaysOn: Boolean? = null, val apiDefinitionUrl: String? = null, val apiManagementApiId: String? = null, val appCommandLine: String? = null, val applicationStack: LinuxWebAppSlotSiteConfigApplicationStack? = null, val autoHealEnabled: Boolean? = null, val autoHealSetting: LinuxWebAppSlotSiteConfigAutoHealSetting? = null, val autoSwapSlotName: String? = null, val containerRegistryManagedIdentityClientId: String? = null, val containerRegistryUseManagedIdentity: Boolean? = null, val cors: LinuxWebAppSlotSiteConfigCors? = null, val defaultDocuments: List<String>? = null, val detailedErrorLoggingEnabled: Boolean? = null, val ftpsState: String? = null, val healthCheckEvictionTimeInMin: Int? = null, val healthCheckPath: String? = null, val http2Enabled: Boolean? = null, val ipRestrictions: List<LinuxWebAppSlotSiteConfigIpRestriction>? = null, val linuxFxVersion: String? = null, val loadBalancingMode: String? = null, val localMysqlEnabled: Boolean? = null, val managedPipelineMode: String? = null, val minimumTlsVersion: String? = null, val remoteDebuggingEnabled: Boolean? = null, val remoteDebuggingVersion: String? = null, val scmIpRestrictions: List<LinuxWebAppSlotSiteConfigScmIpRestriction>? = null, val scmMinimumTlsVersion: String? = null, val scmType: String? = null, val scmUseMainIpRestriction: Boolean? = null, val use32BitWorker: Boolean? = null, val vnetRouteAllEnabled: Boolean? = null, val websocketsEnabled: Boolean? = null, val workerCount: Int? = null)
Constructors
Link copied to clipboard
fun LinuxWebAppSlotSiteConfig(alwaysOn: Boolean? = null, apiDefinitionUrl: String? = null, apiManagementApiId: String? = null, appCommandLine: String? = null, applicationStack: LinuxWebAppSlotSiteConfigApplicationStack? = null, autoHealEnabled: Boolean? = null, autoHealSetting: LinuxWebAppSlotSiteConfigAutoHealSetting? = null, autoSwapSlotName: String? = null, containerRegistryManagedIdentityClientId: String? = null, containerRegistryUseManagedIdentity: Boolean? = null, cors: LinuxWebAppSlotSiteConfigCors? = null, defaultDocuments: List<String>? = null, detailedErrorLoggingEnabled: Boolean? = null, ftpsState: String? = null, healthCheckEvictionTimeInMin: Int? = null, healthCheckPath: String? = null, http2Enabled: Boolean? = null, ipRestrictions: List<LinuxWebAppSlotSiteConfigIpRestriction>? = null, linuxFxVersion: String? = null, loadBalancingMode: String? = null, localMysqlEnabled: Boolean? = null, managedPipelineMode: String? = null, minimumTlsVersion: String? = null, remoteDebuggingEnabled: Boolean? = null, remoteDebuggingVersion: String? = null, scmIpRestrictions: List<LinuxWebAppSlotSiteConfigScmIpRestriction>? = null, scmMinimumTlsVersion: String? = null, scmType: String? = null, scmUseMainIpRestriction: Boolean? = null, use32BitWorker: Boolean? = null, vnetRouteAllEnabled: Boolean? = null, websocketsEnabled: Boolean? = null, workerCount: Int? = null)
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