ApiWikis interface

Interface representing a ApiWikis.

Methods

list(string, string, string, ApiWikisListOptionalParams)

Gets the wikis for an API specified by its identifier.

Method Details

list(string, string, string, ApiWikisListOptionalParams)

Gets the wikis for an API specified by its identifier.

function list(resourceGroupName: string, serviceName: string, apiId: string, options?: ApiWikisListOptionalParams): 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.

apiId

string

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

options
ApiWikisListOptionalParams

The options parameters.

Returns