InstancePool interface
Azure SQL 实例池。
属性
| license |
许可证类型。 可能的值为“LicenseIncluded”(包括 SQL 许可证的价格)和“BasePrice”(不含 SQL 许可证价格)。 |
| sku | SKU 的名称和层。 |
| subnet |
要在其中放置此实例池的子网的资源 ID。 |
| v |
属于此实例池的 vCore 计数。 |
继承属性
| id | 资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| location | 资源位置。 |
| name | 资源名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| tags | 资源标记。 |
| type | 资源类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
licenseType
许可证类型。 可能的值为“LicenseIncluded”(包括 SQL 许可证的价格)和“BasePrice”(不含 SQL 许可证价格)。
licenseType?: string
属性值
string
sku
subnetId
要在其中放置此实例池的子网的资源 ID。
subnetId?: string
属性值
string
vCores
属于此实例池的 vCore 计数。
vCores?: number
属性值
number
继承属性详细信息
id
location
name
tags
资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}