skus
Creates, updates, deletes, gets or lists a skus
resource.
Overview
Name | skus |
Type | Resource |
Id | azure.lab_services.skus |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the SKU. |
capabilities | array | The capabilities of the SKU. |
capacity | object | The scale out/in options of the SKU. |
costs | array | Metadata for retrieving price info of a lab services SKUs. |
family | string | The family of the SKU. |
locations | array | List of locations that are available for a size. |
resourceType | string | The lab services resource type. |
restrictions | array | Restrictions of a lab services SKUs. |
size | string | The SKU size. |
tier | string | The tier of the SKU. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Returns a list of Azure Lab Services resource SKUs. |
SELECT
examples
Returns a list of Azure Lab Services resource SKUs.
SELECT
name,
capabilities,
capacity,
costs,
family,
locations,
resourceType,
restrictions,
size,
tier
FROM azure.lab_services.skus
WHERE subscriptionId = '{{ subscriptionId }}';