Skip to main content

product_subscriptions

Creates, updates, deletes, gets or lists a product_subscriptions resource.

Overview

Nameproduct_subscriptions
TypeResource
Idazure.api_management.product_subscriptions

Fields

NameDatatypeDescription
propertiesobjectSubscription details.

Methods

NameAccessible byRequired ParamsDescription
listSELECTproductId, resourceGroupName, serviceName, subscriptionIdLists 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 }}';