次の方法で共有


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