Linux Function App Slot Args
constructor(appSettings: Output<Map<String, String>>? = null, authSettings: Output<LinuxFunctionAppSlotAuthSettingsArgs>? = null, authSettingsV2: Output<LinuxFunctionAppSlotAuthSettingsV2Args>? = null, backup: Output<LinuxFunctionAppSlotBackupArgs>? = null, builtinLoggingEnabled: Output<Boolean>? = null, clientCertificateEnabled: Output<Boolean>? = null, clientCertificateExclusionPaths: Output<String>? = null, clientCertificateMode: Output<String>? = null, connectionStrings: Output<List<LinuxFunctionAppSlotConnectionStringArgs>>? = null, contentShareForceDisabled: Output<Boolean>? = null, dailyMemoryTimeQuota: Output<Int>? = null, enabled: Output<Boolean>? = null, ftpPublishBasicAuthenticationEnabled: Output<Boolean>? = null, functionAppId: Output<String>? = null, functionsExtensionVersion: Output<String>? = null, httpsOnly: Output<Boolean>? = null, identity: Output<LinuxFunctionAppSlotIdentityArgs>? = null, keyVaultReferenceIdentityId: Output<String>? = null, name: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, servicePlanId: Output<String>? = null, siteConfig: Output<LinuxFunctionAppSlotSiteConfigArgs>? = null, storageAccountAccessKey: Output<String>? = null, storageAccountName: Output<String>? = null, storageAccounts: Output<List<LinuxFunctionAppSlotStorageAccountArgs>>? = null, storageKeyVaultSecretId: Output<String>? = null, storageUsesManagedIdentity: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, virtualNetworkBackupRestoreEnabled: Output<Boolean>? = null, virtualNetworkSubnetId: Output<String>? = null, vnetImagePullEnabled: Output<Boolean>? = null, webdeployPublishBasicAuthenticationEnabled: Output<Boolean>? = null)