Apis Interface
Implements
public interface Apis
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApisInner>
Type representing Apis.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String apiId, String ifMatch)
Deletes the specified API of the API Management service instance. |
|
abstract
rx.Observable<Api |
getAsync(String resourceGroupName, String serviceName, String apiId)
Gets the details of the API specified by its identifier. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName, String apiId)
Gets the entity state (Etag) version of the API specified by its identifier. |
|
abstract
rx.Observable<Api |
listByServiceAsync(String resourceGroupName, String serviceName)
Lists all APIs of the API Management service instance. |
|
abstract
rx.Observable<Tag |
listByTagsAsync(String resourceGroupName, String serviceName)
Lists a collection of apis associated with tags. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String apiId, String ifMatch)
Deletes the specified API of the API Management service instance.
Parameters:
Returns:
getAsync
public abstract Observable<ApiContract> getAsync(String resourceGroupName, String serviceName, String apiId)
Gets the details of the API specified by its identifier.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String apiId)
Gets the entity state (Etag) version of the API specified by its identifier.
Parameters:
Returns:
listByServiceAsync
public abstract Observable<ApiContract> listByServiceAsync(String resourceGroupName, String serviceName)
Lists all APIs of the API Management service instance.
Parameters:
Returns:
listByTagsAsync
public abstract Observable<TagResourceContract> listByTagsAsync(String resourceGroupName, String serviceName)
Lists a collection of apis associated with tags.
Parameters:
Returns: