Interface RedisCaches
- All Superinterfaces:
HasInner<com.microsoft.azure.management.redis.implementation.RedisInner>
,HasManager<com.microsoft.azure.management.redis.implementation.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<com.microsoft.azure.management.redis.implementation.RedisManager>, HasInner<com.microsoft.azure.management.redis.implementation.RedisInner>
Entry point for Redis Cache management API.
-
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<com.microsoft.azure.management.redis.implementation.OperationInner>
Lists all of the available Redis REST API operations.rx.Observable<com.microsoft.azure.management.redis.implementation.OperationInner>
Lists all of the available Redis REST API operations.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation
create, create, createAsync, createAsync, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
listOperations
@Beta(V1_12_0) com.microsoft.azure.PagedList<com.microsoft.azure.management.redis.implementation.OperationInner> listOperations()Lists all of the available Redis REST API operations.- Returns:
- list of available Redis REST operations.
-
listOperationsAsync
@Beta(V1_12_0) rx.Observable<com.microsoft.azure.management.redis.implementation.OperationInner> listOperationsAsync()Lists all of the available Redis REST API operations.- Returns:
- a representation of the future computation of this call
-