WorkspaceApiRevision interface
Interface representing a WorkspaceApiRevision.
Methods
| list |
Lists all revisions of an API. |
Method Details
listByService(string, string, string, string, WorkspaceApiRevisionListByServiceOptionalParams)
Lists all revisions of an API.
function listByService(resourceGroupName: string, serviceName: string, workspaceId: string, apiId: string, options?: WorkspaceApiRevisionListByServiceOptionalParams): 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.
- workspaceId
-
string
Workspace identifier. Must be unique in the current API Management service instance.
- apiId
-
string
API identifier. Must be unique in the current API Management service instance.
The options parameters.