SqlElasticPoolResourceSettingsResponse

data class SqlElasticPoolResourceSettingsResponse(val resourceType: String, val targetResourceName: String, val zoneRedundant: String? = null)

Defines the Sql ElasticPool resource settings.

Constructors

Link copied to clipboard
constructor(resourceType: String, targetResourceName: String, zoneRedundant: String? = null)

Types

Link copied to clipboard
object Companion

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 name.

Link copied to clipboard
val zoneRedundant: String? = null

Defines the zone redundant resource setting.