ElasticPoolInner 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 an Azure SQL Database elastic pool.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ElasticPoolInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
type ElasticPoolInner = class
inherit Resource
Public Class ElasticPoolInner
Inherits Resource
- Inheritance
- Attributes
Constructors
ElasticPoolInner() |
Initializes a new instance of the ElasticPoolInner class. |
Properties
CreationDate |
Gets the creation date of the Azure SQL Elastic Pool (ISO8601 format). |
DatabaseDtuMax |
Gets or sets the maximum DTU any one SQL Azure Database can consume. |
DatabaseDtuMin |
Gets or sets the minimum DTU all SQL Azure Databases are guaranteed. |
Dtu |
Gets or sets the total shared DTU for the SQL Azure Database Elastic Pool. |
Edition |
Gets or sets the edition of the Azure SQL Elastic Pool. Possible values include: 'Basic', 'Standard', 'Premium' |
Location |
Resource location (Inherited from Resource) |
State |
Gets the state of the Azure SQL Elastic Pool. Possible values include: 'Creating', 'Ready', 'Disabled' |
StorageMB |
Gets storage limit for the SQL Azure Database Elastic Pool in MB. |
Tags |
Resource tags (Inherited from Resource) |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |