WindowsWebAppArgs

constructor(appSettings: Output<Map<String, String>>? = null, authSettings: Output<WindowsWebAppAuthSettingsArgs>? = null, authSettingsV2: Output<WindowsWebAppAuthSettingsV2Args>? = null, backup: Output<WindowsWebAppBackupArgs>? = null, clientAffinityEnabled: Output<Boolean>? = null, clientCertificateEnabled: Output<Boolean>? = null, clientCertificateExclusionPaths: Output<String>? = null, clientCertificateMode: Output<String>? = null, connectionStrings: Output<List<WindowsWebAppConnectionStringArgs>>? = null, enabled: Output<Boolean>? = null, ftpPublishBasicAuthenticationEnabled: Output<Boolean>? = null, httpsOnly: Output<Boolean>? = null, identity: Output<WindowsWebAppIdentityArgs>? = null, keyVaultReferenceIdentityId: Output<String>? = null, location: Output<String>? = null, logs: Output<WindowsWebAppLogsArgs>? = null, name: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, servicePlanId: Output<String>? = null, siteConfig: Output<WindowsWebAppSiteConfigArgs>? = null, stickySettings: Output<WindowsWebAppStickySettingsArgs>? = null, storageAccounts: Output<List<WindowsWebAppStorageAccountArgs>>? = null, tags: Output<Map<String, String>>? = null, virtualNetworkBackupRestoreEnabled: Output<Boolean>? = null, virtualNetworkSubnetId: Output<String>? = null, webdeployPublishBasicAuthenticationEnabled: Output<Boolean>? = null, zipDeployFile: Output<String>? = null)