你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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