Linux Web App Args
constructor(appSettings: Output<Map<String, String>>? = null, authSettings: Output<LinuxWebAppAuthSettingsArgs>? = null, authSettingsV2: Output<LinuxWebAppAuthSettingsV2Args>? = null, backup: Output<LinuxWebAppBackupArgs>? = null, clientAffinityEnabled: Output<Boolean>? = null, clientCertificateEnabled: Output<Boolean>? = null, clientCertificateExclusionPaths: Output<String>? = null, clientCertificateMode: Output<String>? = null, connectionStrings: Output<List<LinuxWebAppConnectionStringArgs>>? = null, enabled: Output<Boolean>? = null, ftpPublishBasicAuthenticationEnabled: Output<Boolean>? = null, httpsOnly: Output<Boolean>? = null, identity: Output<LinuxWebAppIdentityArgs>? = null, keyVaultReferenceIdentityId: Output<String>? = null, location: Output<String>? = null, logs: Output<LinuxWebAppLogsArgs>? = null, name: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, servicePlanId: Output<String>? = null, siteConfig: Output<LinuxWebAppSiteConfigArgs>? = null, stickySettings: Output<LinuxWebAppStickySettingsArgs>? = null, storageAccounts: Output<List<LinuxWebAppStorageAccountArgs>>? = null, tags: Output<Map<String, String>>? = null, virtualNetworkBackupRestoreEnabled: Output<Boolean>? = null, virtualNetworkSubnetId: Output<String>? = null, webdeployPublishBasicAuthenticationEnabled: Output<Boolean>? = null, zipDeployFile: Output<String>? = null)