ElasticPoolPerformanceLevelCapability Class
The Elastic Pool performance level capability.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelElasticPoolPerformanceLevelCapability
Constructor
ElasticPoolPerformanceLevelCapability(*, reason: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
reason
Required
|
The reason for the capability not being available. |
Keyword-Only Parameters
Name | Description |
---|---|
reason
Required
|
|
Variables
Name | Description |
---|---|
performance_level
|
The performance level for the pool. |
sku
|
The sku. |
supported_license_types
|
List of supported license types. |
max_database_count
|
The maximum number of databases supported. |
included_max_size
|
The included (free) max size for this performance level. |
supported_max_sizes
|
The list of supported max sizes. |
supported_per_database_max_sizes
|
The list of supported per database max sizes. |
supported_per_database_max_performance_levels
|
The list of supported per database max performance levels. |
zone_redundant
|
Whether or not zone redundancy is supported for the performance level. |
supported_maintenance_configurations
|
List of supported maintenance configurations. |
status
|
The status of the capability. Possible values include: "Visible", "Available", "Default", "Disabled". |
Azure SDK for Python