你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRedisManager 接口

定义

Azure Redis 缓存管理的入口点。

public interface IRedisManager : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Redis.Fluent.IRedisManagementClient>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManager<Microsoft.Azure.Management.Redis.Fluent.IRedisManagementClient>
type IRedisManager = interface
    interface IManager<IRedisManagementClient>
    interface IHasInner<IRedisManagementClient>
    interface IManagerBase
Public Interface IRedisManager
Implements IHasInner(Of IRedisManagementClient), IManager(Of IRedisManagementClient)
派生
实现

属性

Inner

Azure Redis 缓存管理的入口点。

(继承自 IHasInner<T>)
RedisCaches

获取 Redis 缓存管理 API 入口点。

ResourceManager

Azure Redis 缓存管理的入口点。

(继承自 IManagerBase)
RestClient

Azure Redis 缓存管理的入口点。

(继承自 IManager<InnerT>)
SubscriptionId

Azure Redis 缓存管理的入口点。

(继承自 IManagerBase)

适用于