Linux Web App Site Config Args
constructor(alwaysOn: Output<Boolean>? = null, apiDefinitionUrl: Output<String>? = null, apiManagementApiId: Output<String>? = null, appCommandLine: Output<String>? = null, applicationStack: Output<LinuxWebAppSiteConfigApplicationStackArgs>? = null, autoHealSetting: Output<LinuxWebAppSiteConfigAutoHealSettingArgs>? = null, containerRegistryManagedIdentityClientId: Output<String>? = null, containerRegistryUseManagedIdentity: Output<Boolean>? = null, cors: Output<LinuxWebAppSiteConfigCorsArgs>? = 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<LinuxWebAppSiteConfigIpRestrictionArgs>>? = 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<LinuxWebAppSiteConfigScmIpRestrictionArgs>>? = 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)