次の方法で共有


RedisResource.RedisVersion プロパティ

定義

redis バージョンを取得または設定します。 現在の有効な値を持つ PUT/PATCH 要求では、メジャー バージョンのみが使用されます(4、6)

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象