你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RedisResource.RedisConfiguration Property

Definition

Gets or sets all Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta, maxmemory-policy,notify-keyspace-events, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to