Package version:

Interface ElasticPoolUpdate

An elastic pool update.

Hierarchy

  • ElasticPoolUpdate

Properties

highAvailabilityReplicaCount?: number

The number of secondary replicas associated with the elastic pool that are used to provide high availability. Applicable only to Hyperscale elastic pools.

licenseType?: string

The license type to apply for this elastic pool.

maintenanceConfigurationId?: string

Maintenance configuration id assigned to the elastic pool. This configuration defines the period when the maintenance updates will will occur.

maxSizeBytes?: number

The storage limit for the database elastic pool in bytes.

perDatabaseSettings?: ElasticPoolPerDatabaseSettings

The per database settings for the elastic pool.

sku?: Sku

An ARM Resource SKU.

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string
zoneRedundant?: boolean

Whether or not this elastic pool is zone redundant, which means the replicas of this elastic pool will be spread across multiple availability zones.

Generated using TypeDoc