你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ElasticPoolPerDatabaseMaxPerformanceLevelCapability interface
The max per-database performance level capability.
Properties
limit | The maximum performance level per database. NOTE: This property will not be serialized. It can only be populated by the server. |
reason | The reason for the capability not being available. |
status | The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
The list of supported min database performance levels. NOTE: This property will not be serialized. It can only be populated by the server. |
unit | Unit type used to measure performance level. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
limit
The maximum performance level per database. NOTE: This property will not be serialized. It can only be populated by the server.
limit?: number
Property Value
number
reason
The reason for the capability not being available.
reason?: string
Property Value
string
status
The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server.
status?: CapabilityStatus
Property Value
supportedPerDatabaseMinPerformanceLevels
The list of supported min database performance levels. NOTE: This property will not be serialized. It can only be populated by the server.
supportedPerDatabaseMinPerformanceLevels?: ElasticPoolPerDatabaseMinPerformanceLevelCapability[]
Property Value
unit
Unit type used to measure performance level. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string