gateway_skus_available_skus
Creates, updates, deletes, gets or lists a gateway_skus_available_skus
resource.
Overview
Name | gateway_skus_available_skus |
Type | Resource |
Id | azure.api_management.gateway_skus_available_skus |
Fields
Name | Datatype | Description |
---|---|---|
capacity | object | Describes scaling information of a SKU. |
resourceType | string | The type of resource the SKU applies to. |
sku | object | Describes an available API Management SKU for gateways. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | gatewayName, resourceGroupName, subscriptionId | Gets all available SKU for a given API Management gateway |
SELECT
examples
Gets all available SKU for a given API Management gateway
SELECT
capacity,
resourceType,
sku
FROM azure.api_management.gateway_skus_available_skus
WHERE gatewayName = '{{ gatewayName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';