ElasticPoolPerDatabaseMaxPerformanceLevelCapability Class

The max per-database performance level capability.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ElasticPoolPerDatabaseMaxPerformanceLevelCapability

Constructor

ElasticPoolPerDatabaseMaxPerformanceLevelCapability(*, reason: Optional[str] = None, **kwargs)

Parameters

reason
str
Required

The reason for the capability not being available.

Variables

limit
float

The maximum performance level per database.

unit
str or PerformanceLevelUnit

Unit type used to measure performance level. Possible values include: "DTU", "VCores".

supported_per_database_min_performance_levels
list[ElasticPoolPerDatabaseMinPerformanceLevelCapability]

The list of supported min database performance levels.

status
str or CapabilityStatus

The status of the capability. Possible values include: "Visible", "Available", "Default", "Disabled".