Get Instance Pool Result
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.
Properties
Link copied to clipboard
The Azure API version of the resource.
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
Specifies maintenance configuration id to apply to this managed instance.
Link copied to clipboard
The name and tier of the SKU.