ResourceSku interface
介绍可用的 Azure Spring Apps SKU。
属性
| capacity | 获取 SKU 的容量。 |
| location |
获取 SKU 可用位置中位置和可用性区域的列表。 |
| locations | 获取 SKU 可用的位置集。 |
| name | 获取 SKU 的名称。 |
| resource |
获取 SKU 适用的资源类型。 |
| restrictions | 获取限制,因为无法使用哪个 SKU。 如果没有限制,则为空。 |
| tier | 获取 SKU 的层。 |
属性详细信息
capacity
locationInfo
locations
获取 SKU 可用的位置集。
locations?: string[]
属性值
string[]
name
获取 SKU 的名称。
name?: string
属性值
string
resourceType
获取 SKU 适用的资源类型。
resourceType?: string
属性值
string
restrictions
获取限制,因为无法使用哪个 SKU。 如果没有限制,则为空。
restrictions?: ResourceSkuRestrictions[]
属性值
tier
获取 SKU 的层。
tier?: string
属性值
string