Linux Web App Slot Args
constructor(appServiceId: Output<String>? = null, appSettings: Output<Map<String, String>>? = null, authSettings: Output<LinuxWebAppSlotAuthSettingsArgs>? = null, authSettingsV2: Output<LinuxWebAppSlotAuthSettingsV2Args>? = null, backup: Output<LinuxWebAppSlotBackupArgs>? = null, clientAffinityEnabled: Output<Boolean>? = null, clientCertificateEnabled: Output<Boolean>? = null, clientCertificateExclusionPaths: Output<String>? = null, clientCertificateMode: Output<String>? = null, connectionStrings: Output<List<LinuxWebAppSlotConnectionStringArgs>>? = null, enabled: Output<Boolean>? = null, ftpPublishBasicAuthenticationEnabled: Output<Boolean>? = null, httpsOnly: Output<Boolean>? = null, identity: Output<LinuxWebAppSlotIdentityArgs>? = null, keyVaultReferenceIdentityId: Output<String>? = null, logs: Output<LinuxWebAppSlotLogsArgs>? = null, name: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, servicePlanId: Output<String>? = null, siteConfig: Output<LinuxWebAppSlotSiteConfigArgs>? = null, storageAccounts: Output<List<LinuxWebAppSlotStorageAccountArgs>>? = null, tags: Output<Map<String, String>>? = null, virtualNetworkBackupRestoreEnabled: Output<Boolean>? = null, virtualNetworkSubnetId: Output<String>? = null, webdeployPublishBasicAuthenticationEnabled: Output<Boolean>? = null, zipDeployFile: Output<String>? = null)