ApiRevision interface
Interface representing a ApiRevision.
Methods
list |
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.
The options parameters.