ApiProduct interface

Interface representing a ApiProduct.

Methods

listByApis(string, string, string, ApiProductListByApisOptionalParams)

Lists all Products, which the API is part of.

Method Details

listByApis(string, string, string, ApiProductListByApisOptionalParams)

Lists all Products, which the API is part of.

function listByApis(resourceGroupName: string, serviceName: string, apiId: string, options?: ApiProductListByApisOptionalParams): PagedAsyncIterableIterator<ProductContract, ProductContract[], PageSettings>

Parameters

resourceGroupName

string

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

serviceName

string

The name of the API Management service.

apiId

string

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

options
ApiProductListByApisOptionalParams

The options parameters.

Returns