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.
An elastic pool.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ElasticPool : Microsoft.Azure.Management.Sql.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ElasticPool = class
inherit TrackedResource
Public Class ElasticPool
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
ElasticPool() |
Initializes a new instance of the ElasticPool class. |
ElasticPool(String, String, String, String, IDictionary<String, String>, Sku, String, String, Nullable<DateTime>, Nullable<Int64>, ElasticPoolPerDatabaseSettings, Nullable<Boolean>, String, String, Nullable<Int32>) |
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 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' |
HighAvailabilityReplicaCount |
Gets or sets the number of secondary replicas associated with the elastic pool that are used to provide high availability. |
Id |
Gets resource ID. (Inherited from Resource) |
Kind |
Gets kind of elastic pool. This is metadata used for the Azure portal experience. |
LicenseType |
Gets or sets the license type to apply for this elastic pool. Possible values include: 'LicenseIncluded', 'BasePrice' |
Location |
Gets or sets resource location. (Inherited from TrackedResource) |
MaintenanceConfigurationId |
Gets or sets maintenance configuration id assigned to the elastic pool. This configuration defines the period when the maintenance updates will will occur. |
MaxSizeBytes |
Gets or sets the storage limit for the database elastic pool in bytes. |
Name |
Gets resource name. (Inherited from Resource) |
PerDatabaseSettings |
Gets or sets the per database settings for the elastic pool. |
Sku |
Gets or sets the elastic pool SKU. The list of SKUs may vary by region and support offer. To determine
the SKUs (including the SKU name, tier/edition, family, and
capacity) that are available to your subscription in an Azure
region, use the
|
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 elastic pool is zone redundant, which means the replicas of this elastic pool will be spread across multiple availability zones. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET