次の方法で共有


RedisResource.RedisConfiguration プロパティ

定義

すべての Redis 設定を取得または設定します。 考えられるキーの数: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value など。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.redisConfiguration")]
public Microsoft.Azure.Management.Redis.Models.RedisCommonPropertiesRedisConfiguration RedisConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.redisConfiguration")>]
member this.RedisConfiguration : Microsoft.Azure.Management.Redis.Models.RedisCommonPropertiesRedisConfiguration with get, set
Public Property RedisConfiguration As RedisCommonPropertiesRedisConfiguration

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象