LinuxWebAppSlotSiteConfigArgs

constructor(alwaysOn: Output<Boolean>? = null, apiDefinitionUrl: Output<String>? = null, apiManagementApiId: Output<String>? = null, appCommandLine: Output<String>? = null, applicationStack: Output<LinuxWebAppSlotSiteConfigApplicationStackArgs>? = null, autoHealSetting: Output<LinuxWebAppSlotSiteConfigAutoHealSettingArgs>? = null, autoSwapSlotName: Output<String>? = null, containerRegistryManagedIdentityClientId: Output<String>? = null, containerRegistryUseManagedIdentity: Output<Boolean>? = null, cors: Output<LinuxWebAppSlotSiteConfigCorsArgs>? = null, defaultDocuments: Output<List<String>>? = null, detailedErrorLoggingEnabled: Output<Boolean>? = null, ftpsState: Output<String>? = null, healthCheckEvictionTimeInMin: Output<Int>? = null, healthCheckPath: Output<String>? = null, http2Enabled: Output<Boolean>? = null, ipRestrictionDefaultAction: Output<String>? = null, ipRestrictions: Output<List<LinuxWebAppSlotSiteConfigIpRestrictionArgs>>? = null, linuxFxVersion: Output<String>? = null, loadBalancingMode: Output<String>? = null, localMysqlEnabled: Output<Boolean>? = null, managedPipelineMode: Output<String>? = null, minimumTlsVersion: Output<String>? = null, remoteDebuggingEnabled: Output<Boolean>? = null, remoteDebuggingVersion: Output<String>? = null, scmIpRestrictionDefaultAction: Output<String>? = null, scmIpRestrictions: Output<List<LinuxWebAppSlotSiteConfigScmIpRestrictionArgs>>? = null, scmMinimumTlsVersion: Output<String>? = null, scmType: Output<String>? = null, scmUseMainIpRestriction: Output<Boolean>? = null, use32BitWorker: Output<Boolean>? = null, vnetRouteAllEnabled: Output<Boolean>? = null, websocketsEnabled: Output<Boolean>? = null, workerCount: Output<Int>? = null)