available_skus
Creates, updates, deletes, gets or lists a available_skus
resource.
Overview
Name | available_skus |
Type | Resource |
Id | azure.data_box_edge.available_skus |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The Sku name. |
apiVersions | array | The API versions in which Sku is available. |
availability | string | Links to the next set of results |
capabilities | array | The capability info of the SKU. |
costs | array | The pricing info of the Sku. |
family | string | The Sku family. |
kind | string | The Sku kind. |
locationInfo | array | Availability of the Sku for the location/zone/site. |
locations | array | Availability of the Sku for the region. |
resourceType | string | The type of the resource. |
shipmentTypes | array | List of Shipment Types supported by this SKU |
signupOption | string | Sku can be signed up by customer or not. |
size | string | The Sku kind. |
tier | string | The Sku tier. |
version | string | Availability of the Sku as preview/stable. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId |
SELECT
examples
SELECT
name,
apiVersions,
availability,
capabilities,
costs,
family,
kind,
locationInfo,
locations,
resourceType,
shipmentTypes,
signupOption,
size,
tier,
version
FROM azure.data_box_edge.available_skus
WHERE subscriptionId = '{{ subscriptionId }}';