Sql Elastic Pool Resource Settings Args
data class SqlElasticPoolResourceSettingsArgs(val resourceType: Output<String>, val tags: Output<Map<String, String>>? = null, val targetResourceGroupName: Output<String>? = null, val targetResourceName: Output<String>? = null, val zoneRedundant: Output<Either<String, ZoneRedundant>>? = null) : ConvertibleToJava<SqlElasticPoolResourceSettingsArgs>
Defines the Sql ElasticPool resource settings.
Properties
Link copied to clipboard
The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Sql/servers/elasticPools'.
Link copied to clipboard
Gets or sets the target resource group name.
Link copied to clipboard
Gets or sets the target Resource name.
Link copied to clipboard
Defines the zone redundant resource setting.