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

ElasticPoolCreateOrUpdateProperties Class

Definition

Create or update Azure Sql Database Elastic Pool parameters properties.

public class ElasticPoolCreateOrUpdateProperties
type ElasticPoolCreateOrUpdateProperties = class
Public Class ElasticPoolCreateOrUpdateProperties
Inheritance
ElasticPoolCreateOrUpdateProperties

Constructors

ElasticPoolCreateOrUpdateProperties()

Initializes a new instance of the ElasticPoolCreateOrUpdateProperties class.

Properties

DatabaseDtuMax

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

DatabaseDtuMin

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

Dtu

Optional. Gets or sets the total shared DTU for the Sql Azure Database Elastic Pool.This must agree with the StorageMB if both are specified.

Edition

Optional. Gets or sets the edition for the Azure Sql Database Elastic Pool being updated or created.

StorageMB

Optional. Gets or sets storage limit for the Sql Azure Database Elastic Pool in MB.This must agree with the Dtu if both are specified.

Applies to