GetInstancePoolResult

data class GetInstancePoolResult(val azureApiVersion: String, val dnsZone: String, val id: String, val licenseType: String, val location: String, val maintenanceConfigurationId: String? = null, 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(azureApiVersion: String, dnsZone: String, id: String, licenseType: String, location: String, maintenanceConfigurationId: String? = null, 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

The Azure API version of the resource.

Link copied to clipboard

The Dns Zone that the managed instance pool is in.

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

Specifies maintenance configuration id to apply to this managed instance.

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.