Windows Web App Slot Args
constructor(appServiceId: Output<String>? = null, appSettings: Output<Map<String, String>>? = null, authSettings: Output<WindowsWebAppSlotAuthSettingsArgs>? = null, authSettingsV2: Output<WindowsWebAppSlotAuthSettingsV2Args>? = null, backup: Output<WindowsWebAppSlotBackupArgs>? = null, clientAffinityEnabled: Output<Boolean>? = null, clientCertificateEnabled: Output<Boolean>? = null, clientCertificateExclusionPaths: Output<String>? = null, clientCertificateMode: Output<String>? = null, connectionStrings: Output<List<WindowsWebAppSlotConnectionStringArgs>>? = null, enabled: Output<Boolean>? = null, ftpPublishBasicAuthenticationEnabled: Output<Boolean>? = null, httpsOnly: Output<Boolean>? = null, identity: Output<WindowsWebAppSlotIdentityArgs>? = null, keyVaultReferenceIdentityId: Output<String>? = null, logs: Output<WindowsWebAppSlotLogsArgs>? = null, name: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, servicePlanId: Output<String>? = null, siteConfig: Output<WindowsWebAppSlotSiteConfigArgs>? = null, storageAccounts: Output<List<WindowsWebAppSlotStorageAccountArgs>>? = null, tags: Output<Map<String, String>>? = null, virtualNetworkBackupRestoreEnabled: Output<Boolean>? = null, virtualNetworkSubnetId: Output<String>? = null, webdeployPublishBasicAuthenticationEnabled: Output<Boolean>? = null, zipDeployFile: Output<String>? = null)