ApiRevision interface

Interface representing a ApiRevision.

Methods

listByService(string, string, string, ApiRevisionListByServiceOptionalParams)

Lists all revisions of an API.

Method Details

listByService(string, string, string, ApiRevisionListByServiceOptionalParams)

Lists all revisions of an API.

function listByService(resourceGroupName: string, serviceName: string, apiId: string, options?: ApiRevisionListByServiceOptionalParams): PagedAsyncIterableIterator<ApiRevisionContract, ApiRevisionContract[], 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
ApiRevisionListByServiceOptionalParams

The options parameters.

Returns