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 PagedIterable<OperationInner> listOperations()

Lists all of the available Redis REST API operations.

abstract PagedFlux<OperationInner> listOperationsAsync()

Lists all of the available Redis REST API operations.

Method Details

listOperations

public abstract PagedIterable listOperations()

Lists all of the available Redis REST API operations.

Returns:

list of available Redis REST operations.

listOperationsAsync

public abstract PagedFlux listOperationsAsync()

Lists all of the available Redis REST API operations.

Returns:

a representation of the future computation of this call

Applies to