Share via


Operations Interface

Implements

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

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

Type representing Operations.

Method Summary

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

Lists a collection of operations associated with tags.

Method Details

listByTagsAsync

public abstract Observable<TagResourceContract> listByTagsAsync(String resourceGroupName, String serviceName, String apiId)

Lists a collection of operations associated with tags.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
apiId - API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

Returns:

the observable for the request

Applies to