Package version:

Interface ElasticPoolPerformanceLevelCapability

The Elastic Pool performance level capability.

Hierarchy

  • ElasticPoolPerformanceLevelCapability

Properties

includedMaxSize?: MaxSizeCapability

The included (free) max size for this performance level. NOTE: This property will not be serialized. It can only be populated by the server.

maxDatabaseCount?: number

The maximum number of databases supported. NOTE: This property will not be serialized. It can only be populated by the server.

performanceLevel?: PerformanceLevelCapability

The performance level for the pool. NOTE: This property will not be serialized. It can only be populated by the server.

reason?: string

The reason for the capability not being available.

sku?: Sku

The sku. NOTE: This property will not be serialized. It can only be populated by the server.

The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server.

supportedLicenseTypes?: LicenseTypeCapability[]

List of supported license types. NOTE: This property will not be serialized. It can only be populated by the server.

supportedMaintenanceConfigurations?: MaintenanceConfigurationCapability[]

List of supported maintenance configurations NOTE: This property will not be serialized. It can only be populated by the server.

supportedMaxSizes?: MaxSizeRangeCapability[]

The list of supported max sizes. NOTE: This property will not be serialized. It can only be populated by the server.

supportedPerDatabaseMaxPerformanceLevels?: ElasticPoolPerDatabaseMaxPerformanceLevelCapability[]

The list of supported per database max performance levels. NOTE: This property will not be serialized. It can only be populated by the server.

supportedPerDatabaseMaxSizes?: MaxSizeRangeCapability[]

The list of supported per database max sizes. NOTE: This property will not be serialized. It can only be populated by the server.

zoneRedundant?: boolean

Whether or not zone redundancy is supported for the performance level. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc