Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiRevisionContract
Packages that use ApiRevisionContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiRevisionContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiRevisionContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ApiRevisionContract> ApiRevisions.listByService(String resourceGroupName, String serviceName, String apiId) Lists all revisions of an API.com.azure.core.http.rest.PagedIterable<ApiRevisionContract> ApiRevisions.listByService(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all revisions of an API.com.azure.core.http.rest.PagedIterable<ApiRevisionContract> WorkspaceApiRevisions.listByService(String resourceGroupName, String serviceName, String workspaceId, String apiId) Lists all revisions of an API.com.azure.core.http.rest.PagedIterable<ApiRevisionContract> WorkspaceApiRevisions.listByService(String resourceGroupName, String serviceName, String workspaceId, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all revisions of an API.