你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: