Get Elastic Pool Result
data class GetElasticPoolResult(val creationDate: String, val id: String, val kind: String, val licenseType: String? = null, val location: String, val maintenanceConfigurationId: String? = null, val maxSizeBytes: Double? = null, val name: String, val perDatabaseSettings: ElasticPoolPerDatabaseSettingsResponse? = null, val sku: SkuResponse? = null, val state: String, val tags: Map<String, String>? = null, val type: String, val zoneRedundant: Boolean? = null)
An elastic pool.
Constructors
Link copied to clipboard
constructor(creationDate: String, id: String, kind: String, licenseType: String? = null, location: String, maintenanceConfigurationId: String? = null, maxSizeBytes: Double? = null, name: String, perDatabaseSettings: ElasticPoolPerDatabaseSettingsResponse? = null, sku: SkuResponse? = null, state: String, tags: Map<String, String>? = null, type: String, zoneRedundant: Boolean? = null)
Properties
Link copied to clipboard
The creation date of the elastic pool (ISO8601 format).
Link copied to clipboard
The license type to apply for this elastic pool.
Link copied to clipboard
Maintenance configuration id assigned to the elastic pool. This configuration defines the period when the maintenance updates will will occur.
Link copied to clipboard
The storage limit for the database elastic pool in bytes.
Link copied to clipboard
The per database settings for the elastic pool.
Link copied to clipboard
The elastic pool SKU. The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the Capabilities_ListByLocation
REST API or the following command:
Link copied to clipboard