skus
Creates, updates, deletes, gets or lists a skus
resource.
Overview
Name | skus |
Type | Resource |
Id | azure.spring_apps.skus |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Gets the name of SKU. |
capacity | object | The SKU capacity |
locationInfo | array | Gets a list of locations and availability zones in those locations where the SKU is available. |
locations | array | Gets the set of locations that the SKU is available. |
resourceType | string | Gets the type of resource the SKU applies to. |
restrictions | array | Gets the restrictions because of which SKU cannot be used. This is |
empty if there are no restrictions. | ||
tier | string | Gets the tier of SKU. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Lists all of the available skus of the Microsoft.AppPlatform provider. |
SELECT
examples
Lists all of the available skus of the Microsoft.AppPlatform provider.
SELECT
name,
capacity,
locationInfo,
locations,
resourceType,
restrictions,
tier
FROM azure.spring_apps.skus
WHERE subscriptionId = '{{ subscriptionId }}';