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

ResourceSku interface

介绍可用的 Azure Spring Apps SKU。

属性

capacity

获取 SKU 的容量。

locationInfo

获取 SKU 可用位置中位置和可用性区域的列表。

locations

获取 SKU 可用的位置集。

name

获取 SKU 的名称。

resourceType

获取 SKU 适用的资源类型。

restrictions

获取限制,因为无法使用哪个 SKU。 如果没有限制,则为空。

tier

获取 SKU 的层。

属性详细信息

capacity

获取 SKU 的容量。

capacity?: SkuCapacity

属性值

locationInfo

获取 SKU 可用位置中位置和可用性区域的列表。

locationInfo?: ResourceSkuLocationInfo[]

属性值

locations

获取 SKU 可用的位置集。

locations?: string[]

属性值

string[]

name

获取 SKU 的名称。

name?: string

属性值

string

resourceType

获取 SKU 适用的资源类型。

resourceType?: string

属性值

string

restrictions

获取限制,因为无法使用哪个 SKU。 如果没有限制,则为空。

restrictions?: ResourceSkuRestrictions[]

属性值

tier

获取 SKU 的层。

tier?: string

属性值

string