GetElasticPoolResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of enclave being used by the elastic pool.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The license type to apply for this elastic pool.

Link copied to clipboard

Specifies the supported Azure location where the resource exists.

Link copied to clipboard

The max data size of the elastic pool in bytes.

Link copied to clipboard

The max data size of the elastic pool in gigabytes.

Link copied to clipboard

Specifies the SKU Name for this Elasticpool.

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

A mapping of tags to assign to the resource.

Link copied to clipboard

Whether or not this elastic pool is zone redundant.