Interface RedisCaches

All Superinterfaces:
HasManager<RedisManager>, SupportsBatchCreation<RedisCache>, SupportsBatchDeletion, SupportsCreating<RedisCache.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingById<RedisCache>, SupportsGettingByResourceGroup<RedisCache>, SupportsListing<RedisCache>, SupportsListingByResourceGroup<RedisCache>

Entry point for Redis Cache management API.
  • Method Details

    • listOperations

      com.azure.core.http.rest.PagedIterable<OperationInner> listOperations()
      Lists all of the available Redis REST API operations.
      Returns:
      list of available Redis REST operations.
    • listOperationsAsync

      com.azure.core.http.rest.PagedFlux<OperationInner> listOperationsAsync()
      Lists all of the available Redis REST API operations.
      Returns:
      a representation of the future computation of this call