Interface RedisCaches

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<RedisManager>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation<RedisCache>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<RedisCache.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<RedisCache>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<RedisCache>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<RedisCache>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<RedisCache>

public interface RedisCaches extends com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<RedisCache.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<RedisCache>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<RedisCache>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<RedisCache>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<RedisCache>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation<RedisCache>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<RedisManager>
Entry point for Redis Cache management API.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.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