Elastic Pool Args
constructor(elasticPoolName: Output<String>? = null, licenseType: Output<Either<String, ElasticPoolLicenseType>>? = null, location: Output<String>? = null, maintenanceConfigurationId: Output<String>? = null, maxSizeBytes: Output<Double>? = null, perDatabaseSettings: Output<ElasticPoolPerDatabaseSettingsArgs>? = null, resourceGroupName: Output<String>? = null, serverName: Output<String>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null, zoneRedundant: Output<Boolean>? = null)