api_products
Creates, updates, deletes, gets or lists a api_products
resource.
Overview
Name | api_products |
Type | Resource |
Id | azure.api_management.api_products |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | Product profile. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_by_apis | SELECT | apiId, resourceGroupName, serviceName, subscriptionId | Lists all Products, which the API is part of. |
SELECT
examples
Lists all Products, which the API is part of.
SELECT
properties
FROM azure.api_management.api_products
WHERE apiId = '{{ apiId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND serviceName = '{{ serviceName }}'
AND subscriptionId = '{{ subscriptionId }}';