Sql Elastic Pool Resource Settings Args
data class SqlElasticPoolResourceSettingsArgs(val resourceType: Output<String>, val targetResourceName: Output<String>, val zoneRedundant: Output<Either<String, ZoneRedundant>>? = null) : ConvertibleToJava<SqlElasticPoolResourceSettingsArgs>
Defines the Sql ElasticPool resource settings.
Constructors
Link copied to clipboard
constructor(resourceType: Output<String>, targetResourceName: Output<String>, zoneRedundant: Output<Either<String, ZoneRedundant>>? = null)