Share via


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

IUpdateBeta 接口

定义

Redis 缓存更新操作的模板,包含可修改的所有设置。

public interface IUpdateBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdateBeta = interface
    interface IBeta
Public Interface IUpdateBeta
Implements IBeta
派生
实现

方法

WithFirewallRule(IRedisFirewallRule)

使用允许连接到缓存的 IP 地址范围创建或更新 Redis 缓存防火墙规则。

WithFirewallRule(String, String, String)

使用允许连接到缓存的 IP 地址范围创建或更新 Redis 缓存防火墙规则。

WithMinimumTlsVersion(TlsVersion)

要求客户端使用指定的 TLS 版本 (或更高版本) 来连接 (,例如“1.0”、“1.1”、“1.2”) 。

WithoutFirewallRule(String)

删除当前 Redis 缓存实例中的单个防火墙规则。

WithoutMinimumTlsVersion()

删除客户端最低 TLS 版本的要求。

WithoutPatchSchedule()

从当前高级群集缓存中删除所有修补程序计划。

适用于