你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RedisPatch.RedisVersion 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Redis 版本。 这应采用“major[.minor]”格式, (只需要“major”) 或值“latest”(表示可用的最新稳定 Redis 版本)。 支持的版本:4.0、6.0 (最新) 。 默认值为“latest”。
public string RedisVersion { get; set; }
member this.RedisVersion : string with get, set
Public Property RedisVersion As String