你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ElasticPoolPerformanceLevelCapability interface
弹性池性能级别功能。
属性
included |
此性能级别的包含(免费)最大大小。 注意:此属性不会序列化。 它只能由服务器填充。 |
max |
支持的最大数据库数。 注意:此属性不会序列化。 它只能由服务器填充。 |
performance |
池的性能级别。 注意:此属性不会序列化。 它只能由服务器填充。 |
reason | 功能不可用的原因。 |
sku | SKU。 注意:此属性不会序列化。 它只能由服务器填充。 |
status | 功能的状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
supported |
支持的许可证类型列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
supported |
支持的维护配置列表注意:此属性不会序列化。 它只能由服务器填充。 |
supported |
支持的最大大小列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
supported |
每个数据库支持的最大性能级别的列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
supported |
每个数据库的最大大小支持的列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
zone |
性能级别是否支持区域冗余。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
includedMaxSize
maxDatabaseCount
支持的最大数据库数。 注意:此属性不会序列化。 它只能由服务器填充。
maxDatabaseCount?: number
属性值
number
performanceLevel
池的性能级别。 注意:此属性不会序列化。 它只能由服务器填充。
performanceLevel?: PerformanceLevelCapability
属性值
reason
功能不可用的原因。
reason?: string
属性值
string
sku
status
supportedLicenseTypes
支持的许可证类型列表。 注意:此属性不会序列化。 它只能由服务器填充。
supportedLicenseTypes?: LicenseTypeCapability[]
属性值
supportedMaintenanceConfigurations
支持的维护配置列表注意:此属性不会序列化。 它只能由服务器填充。
supportedMaintenanceConfigurations?: MaintenanceConfigurationCapability[]
属性值
supportedMaxSizes
支持的最大大小列表。 注意:此属性不会序列化。 它只能由服务器填充。
supportedMaxSizes?: MaxSizeRangeCapability[]
属性值
supportedPerDatabaseMaxPerformanceLevels
每个数据库支持的最大性能级别的列表。 注意:此属性不会序列化。 它只能由服务器填充。
supportedPerDatabaseMaxPerformanceLevels?: ElasticPoolPerDatabaseMaxPerformanceLevelCapability[]
属性值
supportedPerDatabaseMaxSizes
每个数据库的最大大小支持的列表。 注意:此属性不会序列化。 它只能由服务器填充。
supportedPerDatabaseMaxSizes?: MaxSizeRangeCapability[]
属性值
zoneRedundant
性能级别是否支持区域冗余。 注意:此属性不会序列化。 它只能由服务器填充。
zoneRedundant?: boolean
属性值
boolean