azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

75 строки
5.3 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration()
name: withoutRedisConfiguration()
nameWithType: RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration()
returns:
description: <p>the next stage of Redis Cache update. </p>
type: <xref href="com.microsoft.azure.management.redis.RedisCache.Update?alt=com.microsoft.azure.management.redis.RedisCache.Update&text=RedisCache.Update" data-throw-if-not-resolved="False"/>
summary: >-
<p>Cleans all the configuration settings being set on Redis Cache.</p>
<p></p>
syntax: public Update withoutRedisConfiguration()
uid: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration()
- fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration(String key)
name: withoutRedisConfiguration(String key)
nameWithType: RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration(String key)
parameters:
- description: <p>Redis configuration name. </p>
name: key
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the next stage of Redis Cache update. </p>
type: <xref href="com.microsoft.azure.management.redis.RedisCache.Update?alt=com.microsoft.azure.management.redis.RedisCache.Update&text=RedisCache.Update" data-throw-if-not-resolved="False"/>
summary: >-
<p>Removes specified Redis Cache configuration setting.</p>
<p></p>
syntax: public Update withoutRedisConfiguration(String key)
uid: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration(String)
- fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(Map<String, String> redisConfiguration)
name: withRedisConfiguration(Map<String, String> redisConfiguration)
nameWithType: RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(Map<String, String> redisConfiguration)
parameters:
- description: <p>configuration of Redis Cache as a map indexed by configuration name </p>
name: redisConfiguration
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
returns:
description: <p>the next stage of Redis Cache update. </p>
type: <xref href="com.microsoft.azure.management.redis.RedisCache.Update?alt=com.microsoft.azure.management.redis.RedisCache.Update&text=RedisCache.Update" data-throw-if-not-resolved="False"/>
summary: >-
<p>All Redis Settings. Few possible keys: 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 etc.</p>
<p></p>
syntax: public Update withRedisConfiguration(Map<String, String> redisConfiguration)
uid: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(Map<String, String>)
- fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(String key, String value)
name: withRedisConfiguration(String key, String value)
nameWithType: RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(String key, String value)
parameters:
- description: <p>Redis configuration name. </p>
name: key
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: <p>Redis configuration value. </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the next stage of Redis Cache update. </p>
type: <xref href="com.microsoft.azure.management.redis.RedisCache.Update?alt=com.microsoft.azure.management.redis.RedisCache.Update&text=RedisCache.Update" data-throw-if-not-resolved="False"/>
summary: >-
<p>Specifies Redis Setting. 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 etc.</p>
<p></p>
syntax: public Update withRedisConfiguration(String key, String value)
uid: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(String,String)
nameWithType: RedisCache.UpdateStages.WithRedisConfiguration
syntax: public interface WithRedisConfiguration
type: interface
uid: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration
fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration
name: RedisCache.UpdateStages.WithRedisConfiguration
package: com.microsoft.azure.management.redis
summary: <p>A Redis Cache update allowing Redis configuration to be modified. </p>
metadata: {}