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
manager
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation
create, create, createAsync, createAsync
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
define
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsync
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsync
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync
Methods 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
-