product_subscriptions
Creates, updates, deletes, gets or lists a product_subscriptions
resource.
Overview
Name | product_subscriptions |
Type | Resource |
Id | azure.api_management.product_subscriptions |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | Subscription details. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | productId, resourceGroupName, serviceName, subscriptionId | Lists the collection of subscriptions to the specified product. |
SELECT
examples
Lists the collection of subscriptions to the specified product.
SELECT
properties
FROM azure.api_management.product_subscriptions
WHERE productId = '{{ productId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND serviceName = '{{ serviceName }}'
AND subscriptionId = '{{ subscriptionId }}';