Get Elastic Pool Result
data class GetElasticPoolResult(val enclaveType: String, val id: String, val licenseType: String, val location: String, val maxSizeBytes: Int, val maxSizeGb: Double, val name: String, val perDbMaxCapacity: Int, val perDbMinCapacity: Int, val resourceGroupName: String, val serverName: String, val skus: List<GetElasticPoolSkus>, val tags: Map<String, String>, val zoneRedundant: Boolean)
A collection of values returned by getElasticPool.
Constructors
Link copied to clipboard
constructor(enclaveType: String, id: String, licenseType: String, location: String, maxSizeBytes: Int, maxSizeGb: Double, name: String, perDbMaxCapacity: Int, perDbMinCapacity: Int, resourceGroupName: String, serverName: String, skus: List<GetElasticPoolSkus>, tags: Map<String, String>, zoneRedundant: Boolean)
Properties
Link copied to clipboard
The type of enclave being used by the elastic pool.
Link copied to clipboard
The license type to apply for this elastic pool.
Link copied to clipboard
The max data size of the elastic pool in bytes.
Link copied to clipboard
The maximum capacity any one database can consume.
Link copied to clipboard
The minimum capacity all databases are guaranteed.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A sku
block as defined below.
Link copied to clipboard
Whether or not this elastic pool is zone redundant.