Interface RedisCaches
- All Superinterfaces:
HasManager<RedisManager>,SupportsBatchCreation<RedisCache>,SupportsBatchDeletion,SupportsCreating<RedisCache.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsGettingById<RedisCache>,SupportsGettingByResourceGroup<RedisCache>,SupportsListing<RedisCache>,SupportsListingByResourceGroup<RedisCache>
public interface RedisCaches
extends SupportsCreating<RedisCache.DefinitionStages.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 TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OperationInner> Lists all of the available Redis REST API operations.com.azure.core.http.rest.PagedFlux<OperationInner> Lists all of the available Redis REST API operations.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation
create, create, createAsync, createAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
defineMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
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
-