RedisCaches Interface
Implements
public interface RedisCaches
extends SupportsCreating<Blank>, SupportsListing<RedisCache>, SupportsListingByResourceGroup<RedisCache>, SupportsGettingByResourceGroup<RedisCache>, SupportsGettingById<RedisCache>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<RedisCache>, SupportsBatchDeletion, HasManager<RedisManager>
Entry point for Redis Cache management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
listOperations()
Lists all of the available Redis REST API operations. |
abstract
Paged |
listOperationsAsync()
Lists all of the available Redis REST API operations. |
Method Details
listOperations
public abstract PagedIterable
Lists all of the available Redis REST API operations.
Returns:
listOperationsAsync
public abstract PagedFlux
Lists all of the available Redis REST API operations.
Returns:
Applies to
Azure SDK for Java