次の方法で共有


IWithRedisConfiguration.WithRedisConfiguration メソッド

定義

オーバーロード

WithRedisConfiguration(IDictionary<String,String>)

すべての 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 など。

WithRedisConfiguration(String, String)

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 など。

WithRedisConfiguration(IDictionary<String,String>)

すべての 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 など。

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate WithRedisConfiguration (System.Collections.Generic.IDictionary<string,string> redisConfiguration);
abstract member WithRedisConfiguration : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate
Public Function WithRedisConfiguration (redisConfiguration As IDictionary(Of String, String)) As IUpdate

パラメーター

redisConfiguration
IDictionary<String,String>

構成名でインデックス付けされたマップとしての Redis Cache の構成。

戻り値

適用対象

WithRedisConfiguration(String, String)

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 など。

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate WithRedisConfiguration (string key, string value);
abstract member WithRedisConfiguration : string * string -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate
Public Function WithRedisConfiguration (key As String, value As String) As IUpdate

パラメーター

key
String

Redis 構成名。

value
String

Redis 構成値。

戻り値

適用対象