WindowsWebAppSlotSiteConfig

constructor(alwaysOn: Boolean? = null, apiDefinitionUrl: String? = null, apiManagementApiId: String? = null, appCommandLine: String? = null, applicationStack: WindowsWebAppSlotSiteConfigApplicationStack? = null, autoHealSetting: WindowsWebAppSlotSiteConfigAutoHealSetting? = null, autoSwapSlotName: String? = null, containerRegistryManagedIdentityClientId: String? = null, containerRegistryUseManagedIdentity: Boolean? = null, cors: WindowsWebAppSlotSiteConfigCors? = null, defaultDocuments: List<String>? = null, detailedErrorLoggingEnabled: Boolean? = null, ftpsState: String? = null, handlerMappings: List<WindowsWebAppSlotSiteConfigHandlerMapping>? = null, healthCheckEvictionTimeInMin: Int? = null, healthCheckPath: String? = null, http2Enabled: Boolean? = null, ipRestrictionDefaultAction: String? = null, ipRestrictions: List<WindowsWebAppSlotSiteConfigIpRestriction>? = null, loadBalancingMode: String? = null, localMysqlEnabled: Boolean? = null, managedPipelineMode: String? = null, minimumTlsVersion: String? = null, remoteDebuggingEnabled: Boolean? = null, remoteDebuggingVersion: String? = null, scmIpRestrictionDefaultAction: String? = null, scmIpRestrictions: List<WindowsWebAppSlotSiteConfigScmIpRestriction>? = null, scmMinimumTlsVersion: String? = null, scmType: String? = null, scmUseMainIpRestriction: Boolean? = null, use32BitWorker: Boolean? = null, virtualApplications: List<WindowsWebAppSlotSiteConfigVirtualApplication>? = null, vnetRouteAllEnabled: Boolean? = null, websocketsEnabled: Boolean? = null, windowsFxVersion: String? = null, workerCount: Int? = null)