skus
Creates, updates, deletes, gets or lists a skus
resource.
Overview
Name | skus |
Type | Resource |
Id | azure.lab_services.skus |
Fields
The following fields are returned by SELECT
queries:
- list
The request was successful; response contains Azure Lab Services resource skus.
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
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | Returns a list of Azure Lab Services resource SKUs. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|
SELECT
examples
- list
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
;