ElasticPoolUpdateInner Class

Definition

Represents an elastic pool update.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ElasticPoolUpdateInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ElasticPoolUpdateInner = class
    inherit Resource
Public Class ElasticPoolUpdateInner
Inherits Resource
Inheritance
ElasticPoolUpdateInner
Attributes

Constructors

ElasticPoolUpdateInner()

Initializes a new instance of the ElasticPoolUpdateInner class.

ElasticPoolUpdateInner(String, String, String, IDictionary<String, String>, Nullable<DateTime>, ElasticPoolState, ElasticPoolEdition, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the ElasticPoolUpdateInner 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', 'GeneralPurpose', 'BusinessCritical'

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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.

Type

Resource type

(Inherited from ProxyResource)
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. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to