ApiOperations Interface
Implements
public interface ApiOperations
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiOperationsInner>
Type representing ApiOperations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String apiId, String operationId, String ifMatch)
Deletes the specified operation in the API. |
|
abstract
rx.Observable<Operation |
getAsync(String resourceGroupName, String serviceName, String apiId, String operationId)
Gets the details of the API Operation specified by its identifier. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String operationId)
Gets the entity state (Etag) version of the API operation specified by its identifier. |
|
abstract
rx.Observable<Operation |
listByApiAsync(String resourceGroupName, String serviceName, String apiId)
Lists a collection of the operations for the specified API. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String apiId, String operationId, String ifMatch)
Deletes the specified operation in the API.
Parameters:
Returns:
getAsync
public abstract Observable<OperationContract> getAsync(String resourceGroupName, String serviceName, String apiId, String operationId)
Gets the details of the API Operation specified by its identifier.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String operationId)
Gets the entity state (Etag) version of the API operation specified by its identifier.
Parameters:
Returns:
listByApiAsync
public abstract Observable<OperationContract> listByApiAsync(String resourceGroupName, String serviceName, String apiId)
Lists a collection of the operations for the specified API.
Parameters:
Returns: