你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InstancePoolUpdate interface

实例池的更新。

属性

dnsZone

托管实例池位于的 Dns 区域。 注意:此属性不会序列化。 它只能由服务器填充。

licenseType

许可证类型。 可能的值为“LicenseIncluded”(包括 SQL 许可证的价格)和“BasePrice”(不含 SQL 许可证价格)。

maintenanceConfigurationId

指定要应用于此托管实例的维护配置 ID。

sku

SKU 的名称和层。

subnetId

要在其中放置此实例池的子网的资源 ID。

tags

资源标记。

vCores

属于此实例池的 vCore 计数。

属性详细信息

dnsZone

托管实例池位于的 Dns 区域。 注意:此属性不会序列化。 它只能由服务器填充。

dnsZone?: string

属性值

string

licenseType

许可证类型。 可能的值为“LicenseIncluded”(包括 SQL 许可证的价格)和“BasePrice”(不含 SQL 许可证价格)。

licenseType?: string

属性值

string

maintenanceConfigurationId

指定要应用于此托管实例的维护配置 ID。

maintenanceConfigurationId?: string

属性值

string

sku

SKU 的名称和层。

sku?: Sku

属性值

Sku

subnetId

要在其中放置此实例池的子网的资源 ID。

subnetId?: string

属性值

string

tags

资源标记。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

vCores

属于此实例池的 vCore 计数。

vCores?: number

属性值

number