Interface RedisCaches
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.redis.implementation.RedisInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.redis.implementation.RedisManager>,com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<RedisCache>,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion,com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<RedisCache.DefinitionStages.Blank>,com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<RedisCache>,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<RedisCache>,com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<RedisCache>,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<RedisCache>
public interface RedisCaches extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<RedisCache.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<RedisCache>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<RedisCache>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<RedisCache>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<RedisCache>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<RedisCache>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.redis.implementation.RedisManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.redis.implementation.RedisInner>
Entry point for Redis Cache management API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.microsoft.azure.PagedList<com.microsoft.azure.management.redis.implementation.OperationInner>listOperations()Lists all of the available Redis REST API operations.rx.Observable<com.microsoft.azure.management.redis.implementation.OperationInner>listOperationsAsync()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
-
-
-
-
Method Detail
-
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
-
-