SqlElasticPoolResourceSettingsArgs

data class SqlElasticPoolResourceSettingsArgs(val resourceType: Output<String>, val tags: Output<Map<String, String>>? = null, val targetResourceGroupName: Output<String>? = null, 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>, tags: Output<Map<String, String>>? = null, targetResourceGroupName: Output<String>? = null, targetResourceName: Output<String>, zoneRedundant: Output<Either<String, ZoneRedundant>>? = null)

Properties

Link copied to clipboard
val resourceType: Output<String>

The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Sql/servers/elasticPools'.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Gets or sets the Resource tags.

Link copied to clipboard
val targetResourceGroupName: Output<String>? = null

Gets or sets the target resource group name.

Link copied to clipboard

Gets or sets the target Resource name.

Link copied to clipboard
val zoneRedundant: Output<Either<String, ZoneRedundant>>? = null

Defines the zone redundant resource setting.

Functions

Link copied to clipboard
open override fun toJava(): SqlElasticPoolResourceSettingsArgs