ElasticPoolUpdate Class

Definition

An elastic pool update.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ElasticPoolUpdate : Microsoft.Azure.Management.Sql.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ElasticPoolUpdate = class
    inherit TrackedResource
Public Class ElasticPoolUpdate
Inherits TrackedResource
Inheritance
ElasticPoolUpdate
Attributes

Constructors

ElasticPoolUpdate()

Initializes a new instance of the ElasticPoolUpdate class.

ElasticPoolUpdate(Sku, Nullable<Int64>, ElasticPoolPerDatabaseSettings, Nullable<Boolean>, String, String, Nullable<Int32>, IDictionary<String, String>)

Initializes a new instance of the ElasticPoolUpdate class.

Properties

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. Applicable only to Hyperscale elastic pools.

Id

Gets resource ID.

(Inherited from Resource)
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
StorageMB

Gets storage limit for the database elastic pool in MB.

Tags

Gets or sets resource tags.

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