ElasticPool 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 a database elastic pool.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ElasticPool : Microsoft.Azure.Management.Sql.Models.TrackedResource
type ElasticPool = class
inherit TrackedResource
Public Class ElasticPool
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
ElasticPool() |
Initializes a new instance of the ElasticPool class. |
Properties
CreationDate |
Gets the creation date of the elastic pool (ISO8601 format). |
DatabaseDtuMax |
Gets or sets the maximum DTU any one database can consume. |
DatabaseDtuMin |
Gets or sets the minimum DTU all databases are guaranteed. |
Dtu |
Gets or sets the total shared DTU for the database elastic pool. |
Edition |
Gets or sets the edition of the elastic pool. Possible values include: 'Basic', 'Standard', 'Premium' |
Id |
Gets resource ID. (Inherited from Resource) |
Kind |
Gets kind of elastic pool. This is metadata used for the Azure portal experience. |
Location |
Gets or sets resource location. (Inherited from TrackedResource) |
Name |
Gets resource name. (Inherited from Resource) |
State |
Gets the state of the elastic pool. Possible values include: 'Creating', 'Ready', 'Disabled' |
StorageMB |
Gets storage limit for the database elastic pool in MB. |
Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
Type |
Gets resource type. (Inherited from Resource) |
ZoneRedundant |
Gets or sets whether or not this database elastic pool is zone redundant, which means the replicas of this database will be spread across multiple availability zones. |
Methods
Validate() |
Validate the object. |