共用方式為


ClusterUpdate.RedisVersion Property

Definition

Gets version of redis the cluster supports, e.g. '6'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.redisVersion")]
public string RedisVersion { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.redisVersion")>]
member this.RedisVersion : string
Public ReadOnly Property RedisVersion As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to