GetInstancePoolResult

data class GetInstancePoolResult(val id: String, val licenseType: String, val location: String, val name: String, val sku: SkuResponse? = null, val subnetId: String, val tags: Map<String, String>? = null, val type: String, val vCores: Int)

An Azure SQL instance pool.

Constructors

Link copied to clipboard
constructor(id: String, licenseType: String, location: String, name: String, sku: SkuResponse? = null, subnetId: String, tags: Map<String, String>? = null, type: String, vCores: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

The license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without SQL license price).

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard
val sku: SkuResponse? = null

The name and tier of the SKU.

Link copied to clipboard

Resource ID of the subnet to place this instance pool in.

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

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard
val vCores: Int

Count of vCores belonging to this instance pool.