service_available_skus_by_resource_groups
Creates, updates, deletes, gets or lists a service_available_skus_by_resource_groups
resource.
Overview
Name | service_available_skus_by_resource_groups |
Type | Resource |
Id | azure.data_box.service_available_skus_by_resource_groups |
Fields
Name | Datatype | Description |
---|---|---|
enabled | boolean | The sku is enabled or not. |
properties | object | Properties of the sku. |
sku | object | The Sku. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | location, resourceGroupName, subscriptionId, data__country, data__location, data__transferType | This method provides the list of available skus for the given subscription, resource group and location. |
SELECT
examples
This method provides the list of available skus for the given subscription, resource group and location.
SELECT
enabled,
properties,
sku
FROM azure.data_box.service_available_skus_by_resource_groups
WHERE location = '{{ location }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND data__country = '{{ data__country }}'
AND data__location = '{{ data__location }}'
AND data__transferType = '{{ data__transferType }}';