Caches Interface
Implements
public interface Caches
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.CachesInner>
Type representing Caches.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String cacheId, String ifMatch)
Deletes specific Cache. |
|
abstract
rx.Observable<Cache |
getAsync(String resourceGroupName, String serviceName, String cacheId)
Gets the details of the Cache specified by its identifier. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName, String cacheId)
Gets the entity state (Etag) version of the Cache specified by its identifier. |
|
abstract
rx.Observable<Cache |
listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of all external Caches in the specified service instance. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String cacheId, String ifMatch)
Deletes specific Cache.
Parameters:
Returns:
getAsync
public abstract Observable<CacheContract> getAsync(String resourceGroupName, String serviceName, String cacheId)
Gets the details of the Cache specified by its identifier.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String cacheId)
Gets the entity state (Etag) version of the Cache specified by its identifier.
Parameters:
Returns:
listByServiceAsync
public abstract Observable<CacheContract> listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of all external Caches in the specified service instance.
Parameters:
Returns: