ProductWikis interface

Interface representing a ProductWikis.

Methods

list(string, string, string, ProductWikisListOptionalParams)

Gets the details of the Wiki for a Product specified by its identifier.

Method Details

list(string, string, string, ProductWikisListOptionalParams)

Gets the details of the Wiki for a Product specified by its identifier.

function list(resourceGroupName: string, serviceName: string, productId: string, options?: ProductWikisListOptionalParams): PagedAsyncIterableIterator<WikiContract, WikiContract[], 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
ProductWikisListOptionalParams

The options parameters.

Returns