你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ElasticPoolProperties 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 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. |