你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithCreateBeta 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Redis 缓存定义,其中包含足够的输入以在云中创建新的 Redis 缓存,但公开其他可选输入以指定。
public interface IWithCreateBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithCreateBeta = interface
interface IBeta
Public Interface IWithCreateBeta
Implements IBeta
- 派生
- 实现
方法
WithFirewallRule(IRedisFirewallRule) |
创建 Redis 缓存防火墙规则,其中包含允许连接到缓存的 IP 地址范围。 |
WithFirewallRule(String, String, String) |
创建 Redis 缓存防火墙规则,其中包含允许连接到缓存的 IP 地址范围。 |
WithMinimumTlsVersion(TlsVersion) |
要求客户端使用指定的 TLS 版本 (或更高版本) 来连接 (,例如“1.0”、“1.1”、“1.2”) 。 |