ProductSubscriptions interface

Interface representing a ProductSubscriptions.

Methods

list(string, string, string, ProductSubscriptionsListOptionalParams)

Lists the collection of subscriptions to the specified product.

Method Details

list(string, string, string, ProductSubscriptionsListOptionalParams)

Lists the collection of subscriptions to the specified product.

function list(resourceGroupName: string, serviceName: string, productId: string, options?: ProductSubscriptionsListOptionalParams): PagedAsyncIterableIterator<SubscriptionContract, SubscriptionContract[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

productId

string

Product identifier. Must be unique in the current API Management service instance.

options
ProductSubscriptionsListOptionalParams

The options parameters.

Returns