Share via


ApiRevisions Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiRevisionsInner>

public interface ApiRevisions
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiRevisionsInner>

Type representing ApiRevisions.

Method Summary

Modifier and Type Method and Description
abstract rx.Observable<ApiRevisionContract> listByServiceAsync(String resourceGroupName, String serviceName, String apiId)

Lists all revisions of an API.

Method Details

listByServiceAsync

public abstract Observable<ApiRevisionContract> listByServiceAsync(String resourceGroupName, String serviceName, String apiId)

Lists all revisions of an API.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
apiId - API identifier. Must be unique in the current API Management service instance.

Returns:

the observable for the request

Applies to