次の方法で共有


ElasticPoolProperties Class

Definition

Represents the properties of an Azure SQL Database Elastic Pool.

public class ElasticPoolProperties
type ElasticPoolProperties = class
Public Class ElasticPoolProperties
Inheritance
ElasticPoolProperties

Constructors

ElasticPoolProperties()

Initializes a new instance of the ElasticPoolProperties class.

Properties

CreationDate

Optional. Gets the creation date of the Azure SQL Database Elastic Pool.

DatabaseDtuMax

Optional. Gets the maximum DTU any one Sql Azure Database can consume.

DatabaseDtuMin

Optional. Gets the minimum DTU all Sql Azure Databases are guaranteed.

Dtu

Optional. Gets the total shared DTU for the Sql Azure Database Elastic Pool.

Edition

Optional. Gets the edition of the Azure SQL Database Elastic Pool. The DatabaseEditions enumeration contains all the valid editions.

State

Optional. Gets the state of the Azure SQL Database Elastic Pool.

StorageMB

Optional. Gets storage limit for the Sql Azure Database Elastic Pool in MB.

Applies to