AzureSqlElasticPoolModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Azure Sql Elastic Pool
public class AzureSqlElasticPoolModel
type AzureSqlElasticPoolModel = class
Public Class AzureSqlElasticPoolModel
- Inheritance
-
AzureSqlElasticPoolModel
Constructors
AzureSqlElasticPoolModel() |
Properties
Capacity |
Gets or sets the Sku capacity of the elastic pool |
CreationDate |
Gets or sets the creation date of the elastic pool |
DatabaseCapacityMax |
Gets or sets the Maximum capacity of database in the elastic pool For Dtu pool, it is the max Database Dtu of the pool; for Vcore pool, it is the max vcore capacity of the pool |
DatabaseCapacityMin |
Gets or sets the Minimum capacity of database in the elastic pool For Dtu pool, it is the min Database Dtu of the pool; for Vcore pool, it is the min vcore capacity of the pool |
DatabaseDtuMax |
Gets or sets the max Dtu per database in the elastic pool |
DatabaseDtuMin |
Gets or sets the min Dtu per database in the elastic pool |
Dtu |
Gets or sets the Dtu for the elastic pool |
Edition |
Gets or sets the edition of the elastic pool |
ElasticPoolName |
Gets or sets the name of the elastic pool |
Family |
Gets or sets the sku family of the elastic pool |
HighAvailabilityReplicaCount |
Gets or sets the number of high availability replicas associated with the elastic pool |
LicenseType |
Gets or sets the license type of the elastic pool |
Location |
Gets or sets the location for the Elastic Pool. Must be the same as server location |
MaintenanceConfigurationId |
Gets or sets the maintenance configuration id for the elastic pool |
MaxSizeBytes |
Gets or sets the amount of storage in bytes the elastic pool has in bytes |
PreferredEnclaveType |
Gets or sets type of enclave requested on the elastic pool. Possible values include: 'Default', 'VBS' |
ResourceGroupName |
Gets or sets the name of the resource group |
ResourceId |
Gets or sets the resource id for this resource |
ServerName |
Gets or sets the name of the server |
SkuName |
Gets or sets the Sku name of the elastic pool |
State |
Gets or sets the state of the elastic pool |
StorageMB |
Gets or sets the amount of storage the elastic pool has |
Tags |
Gets or sets the tags associated with the Elastic Pool. |
ZoneRedundant |
Gets or sets the zone redundant option of the elastic pool. |