### YamlMime:ManagedReference items: - uid: com.microsoft.azure.management.redis._redis_cache._update id: _update parent: com.microsoft.azure.management.redis children: - com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule(DayOfWeek,int) - com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule(DayOfWeek,int,Period) - com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule(List) - com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule(ScheduleEntry) - com.microsoft.azure.management.redis._redis_cache._update.withShardCount(int) - com.microsoft.azure.management.redis._redis_cache._update.withStaticIP(String) - com.microsoft.azure.management.redis._redis_cache._update.withSubnet(HasId,String) href: com.microsoft.azure.management.redis._redis_cache._update.yml langs: - java name: RedisCache.Update nameWithType: RedisCache.Update fullName: com.microsoft.azure.management.redis.RedisCache.Update type: Interface source: remote: &o0 path: azure-mgmt-redis/src/main/java/com/microsoft/azure/management/redis/RedisCache.java branch: v1.3.0 repo: https://github.com/Azure/azure-sdk-for-java path: azure-mgmt-redis/src/main/java/com/microsoft/azure/management/redis/RedisCache.java startLine: 430 package: com.microsoft.azure.management.redis summary:

The template for a Redis Cache update operation, containing all the settings that can be modified.

syntax: &o1 content: public interface Update extends Appliable,Resource.UpdateWithTags,RedisCache.UpdateStages.WithSku,RedisCache.UpdateStages.WithNonSslPort,RedisCache.UpdateStages.WithRedisConfiguration inheritedMembers: - com.microsoft.azure.management.resources.fluentcore.model._appliable.apply() - com.microsoft.azure.management.resources.fluentcore.model._appliable.applyAsync() - com.microsoft.azure.management.resources.fluentcore.model._appliable.applyAsync(final ServiceCallback) - com.microsoft.azure.management.resources.fluentcore.model._indexable.key() - com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.withBasicSku(int) - com.microsoft.azure.management.redis._redis_cache._update_stages._with_non_ssl_port.withNonSslPort() - com.microsoft.azure.management.redis._redis_cache._update_stages._with_non_ssl_port.withoutNonSslPort() - com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.withoutRedisConfiguration() - com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.withoutRedisConfiguration(String) - com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.withoutTag(String) - com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.withPremiumSku() - com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.withPremiumSku(int) - com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.withRedisConfiguration(Map) - com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.withRedisConfiguration(String,String) - com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.withStandardSku() - com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.withStandardSku(int) - com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.withTag(String,String) - com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.withTags(Map) - uid: com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule(DayOfWeek,int) id: withPatchSchedule(DayOfWeek,int) parent: com.microsoft.azure.management.redis._redis_cache._update href: com.microsoft.azure.management.redis._redis_cache._update.yml langs: - java name: withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc) nameWithType: RedisCache.Update.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc) fullName: com.microsoft.azure.management.redis.RedisCache.Update.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc) overload: com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule* type: Method source: remote: *o0 path: azure-mgmt-redis/src/main/java/com/microsoft/azure/management/redis/RedisCache.java startLine: 469 package: com.microsoft.azure.management.redis summary: >-

Patch schedule on a Premium Cluster Cache.

syntax: content: public Update withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc) parameters: - id: dayOfWeek type: com.microsoft.azure.management.redis._day_of_week description:

day of week when cache can be patched.

- id: startHourUtc type: f75371fa description:

start hour after which cache patching can start.

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache with Premium SKU definition.

- uid: com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule(DayOfWeek,int,Period) id: withPatchSchedule(DayOfWeek,int,Period) parent: com.microsoft.azure.management.redis._redis_cache._update href: com.microsoft.azure.management.redis._redis_cache._update.yml langs: - java name: withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow) nameWithType: RedisCache.Update.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow) fullName: com.microsoft.azure.management.redis.RedisCache.Update.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow) overload: com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule* type: Method source: remote: *o0 path: azure-mgmt-redis/src/main/java/com/microsoft/azure/management/redis/RedisCache.java startLine: 479 package: com.microsoft.azure.management.redis summary: >-

The number of shards to be created on a Premium Cluster Cache.

syntax: content: public Update withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow) parameters: - id: dayOfWeek type: com.microsoft.azure.management.redis._day_of_week description:

day of week when cache can be patched.

- id: startHourUtc type: f75371fa description:

start hour after which cache patching can start.

- id: maintenanceWindow type: "6e600119" description:

ISO8601 timespan specifying how much time cache patching can take.

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache with Premium SKU definition.

- uid: com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule(List) id: withPatchSchedule(List) parent: com.microsoft.azure.management.redis._redis_cache._update href: com.microsoft.azure.management.redis._redis_cache._update.yml langs: - java name: withPatchSchedule(List scheduleEntry) nameWithType: RedisCache.Update.withPatchSchedule(List scheduleEntry) fullName: com.microsoft.azure.management.redis.RedisCache.Update.withPatchSchedule(List scheduleEntry) overload: com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule* type: Method source: remote: *o0 path: azure-mgmt-redis/src/main/java/com/microsoft/azure/management/redis/RedisCache.java startLine: 495 package: com.microsoft.azure.management.redis summary: >-

Patch schedule on a Premium Cluster Cache.

syntax: content: public Update withPatchSchedule(List scheduleEntry) parameters: - id: scheduleEntry type: 5618da2dcom.microsoft.azure.management.redis._schedule_entrya08ddfce description:

List of patch schedule entries for Premium Redis Cache.

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache with Premium SKU definition.

- uid: com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule(ScheduleEntry) id: withPatchSchedule(ScheduleEntry) parent: com.microsoft.azure.management.redis._redis_cache._update href: com.microsoft.azure.management.redis._redis_cache._update.yml langs: - java name: withPatchSchedule(ScheduleEntry scheduleEntry) nameWithType: RedisCache.Update.withPatchSchedule(ScheduleEntry scheduleEntry) fullName: com.microsoft.azure.management.redis.RedisCache.Update.withPatchSchedule(ScheduleEntry scheduleEntry) overload: com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule* type: Method source: remote: *o0 path: azure-mgmt-redis/src/main/java/com/microsoft/azure/management/redis/RedisCache.java startLine: 487 package: com.microsoft.azure.management.redis summary: >-

Patch schedule on a Premium Cluster Cache.

syntax: content: public Update withPatchSchedule(ScheduleEntry scheduleEntry) parameters: - id: scheduleEntry type: com.microsoft.azure.management.redis._schedule_entry description:

Patch schedule entry for Premium Redis Cache.

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache with Premium SKU definition.

- uid: com.microsoft.azure.management.redis._redis_cache._update.withShardCount(int) id: withShardCount(int) parent: com.microsoft.azure.management.redis._redis_cache._update href: com.microsoft.azure.management.redis._redis_cache._update.yml langs: - java name: withShardCount(int shardCount) nameWithType: RedisCache.Update.withShardCount(int shardCount) fullName: com.microsoft.azure.management.redis.RedisCache.Update.withShardCount(int shardCount) overload: com.microsoft.azure.management.redis._redis_cache._update.withShardCount* type: Method source: remote: *o0 path: azure-mgmt-redis/src/main/java/com/microsoft/azure/management/redis/RedisCache.java startLine: 460 package: com.microsoft.azure.management.redis summary: >-

The number of shards to be created on a Premium Cluster Cache.

syntax: content: public Update withShardCount(int shardCount) parameters: - id: shardCount type: f75371fa description:

the shard count value to set.

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.redis._redis_cache._update.withStaticIP(String) id: withStaticIP(String) parent: com.microsoft.azure.management.redis._redis_cache._update href: com.microsoft.azure.management.redis._redis_cache._update.yml langs: - java name: withStaticIP(String staticIP) nameWithType: RedisCache.Update.withStaticIP(String staticIP) fullName: com.microsoft.azure.management.redis.RedisCache.Update.withStaticIP(String staticIP) overload: com.microsoft.azure.management.redis._redis_cache._update.withStaticIP* type: Method source: remote: *o0 path: azure-mgmt-redis/src/main/java/com/microsoft/azure/management/redis/RedisCache.java startLine: 452 package: com.microsoft.azure.management.redis summary: >-

Sets Redis Cache static IP. Required when deploying a Redis Cache inside an existing Azure Virtual Network.

syntax: content: public Update withStaticIP(String staticIP) parameters: - id: staticIP type: "26831127" description:

the staticIP value to set.

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.redis._redis_cache._update.withSubnet(HasId,String) id: withSubnet(HasId,String) parent: com.microsoft.azure.management.redis._redis_cache._update href: com.microsoft.azure.management.redis._redis_cache._update.yml langs: - java name: withSubnet(HasId networkResource, String subnetName) nameWithType: RedisCache.Update.withSubnet(HasId networkResource, String subnetName) fullName: com.microsoft.azure.management.redis.RedisCache.Update.withSubnet(HasId networkResource, String subnetName) overload: com.microsoft.azure.management.redis._redis_cache._update.withSubnet* type: Method source: remote: *o0 path: azure-mgmt-redis/src/main/java/com/microsoft/azure/management/redis/RedisCache.java startLine: 444 package: com.microsoft.azure.management.redis summary: >-

Assigns the specified subnet to this instance of Redis Cache.

syntax: content: public Update withSubnet(HasId networkResource, String subnetName) parameters: - id: networkResource type: com.microsoft.azure.management.resources.fluentcore.arm.models._has_id description:

instance of Network object.

- id: subnetName type: "26831127" description:

the name of the subnet.

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

references: - uid: "26831127" spec.java: - name: String fullName: String - uid: com.microsoft.azure.management.redis._redis_cache._update.withSubnet* name: withSubnet nameWithType: RedisCache.Update.withSubnet fullName: com.microsoft.azure.management.redis.RedisCache.Update.withSubnet package: com.microsoft.azure.management.redis - uid: com.microsoft.azure.management.redis._redis_cache._update.withStaticIP* name: withStaticIP nameWithType: RedisCache.Update.withStaticIP fullName: com.microsoft.azure.management.redis.RedisCache.Update.withStaticIP package: com.microsoft.azure.management.redis - uid: f75371fa spec.java: - name: int fullName: int - uid: com.microsoft.azure.management.redis._redis_cache._update.withShardCount* name: withShardCount nameWithType: RedisCache.Update.withShardCount fullName: com.microsoft.azure.management.redis.RedisCache.Update.withShardCount package: com.microsoft.azure.management.redis - uid: com.microsoft.azure.management.redis._redis_cache._update.withPatchSchedule* name: withPatchSchedule nameWithType: RedisCache.Update.withPatchSchedule fullName: com.microsoft.azure.management.redis.RedisCache.Update.withPatchSchedule package: com.microsoft.azure.management.redis - uid: "6e600119" spec.java: - name: Period fullName: Period - uid: 5618da2dcom.microsoft.azure.management.redis._schedule_entrya08ddfce spec.java: - name: List< fullName: List< - uid: com.microsoft.azure.management.redis._schedule_entry name: ScheduleEntry fullName: com.microsoft.azure.management.redis.ScheduleEntry href: com.microsoft.azure.management.redis._schedule_entry.yml - name: '>' fullName: '>' - uid: com.microsoft.azure.management.resources.fluentcore.model._appliable.apply() parent: com.microsoft.azure.management.resources.fluentcore.model._appliable href: com.microsoft.azure.management.resources.fluentcore.model._appliable.yml name: apply() nameWithType: Appliable.apply() fullName: com.microsoft.azure.management.resources.fluentcore.model.Appliable.apply() type: Method summary: >-

Execute the update request.

syntax: content: public T apply() return: type: 8ce1ecb9 description:

the updated resource

- uid: com.microsoft.azure.management.resources.fluentcore.model._appliable.applyAsync() parent: com.microsoft.azure.management.resources.fluentcore.model._appliable href: com.microsoft.azure.management.resources.fluentcore.model._appliable.yml name: applyAsync() nameWithType: Appliable.applyAsync() fullName: com.microsoft.azure.management.resources.fluentcore.model.Appliable.applyAsync() type: Method summary: >-

Execute the update request asynchronously.

syntax: content: public Observable applyAsync() return: type: c4094ba1 description:

the handle to the REST call

- uid: com.microsoft.azure.management.resources.fluentcore.model._appliable.applyAsync(final ServiceCallback) parent: com.microsoft.azure.management.resources.fluentcore.model._appliable href: com.microsoft.azure.management.resources.fluentcore.model._appliable.yml name: applyAsync(final ServiceCallback callback) nameWithType: Appliable.applyAsync(final ServiceCallback callback) fullName: com.microsoft.azure.management.resources.fluentcore.model.Appliable.applyAsync(final ServiceCallback callback) type: Method summary: >-

Execute the update request asynchronously.

syntax: content: public ServiceFuture applyAsync(final ServiceCallback callback) parameters: - id: callback type: fe95c2b0 description:

the callback for success and failure

return: type: c0371a4e description:

the handle to the REST call

- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key() parent: com.microsoft.azure.management.resources.fluentcore.model._indexable href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml name: key() nameWithType: Indexable.key() fullName: com.microsoft.azure.management.resources.fluentcore.model.Indexable.key() type: Method syntax: content: public String key() return: type: "26831127" description:

the index key.

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.withBasicSku(int) parent: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.yml name: withBasicSku(int capacity) nameWithType: RedisCache.UpdateStages.WithSku.withBasicSku(int capacity) fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithSku.withBasicSku(int capacity) type: Method summary: >-

Updates Redis Cache to Basic sku with new capacity.

syntax: content: public Update withBasicSku(int capacity) parameters: - id: capacity type: f75371fa description:

specifies what size of Redis Cache to update to for Basic sku with C family (0, 1, 2, 3, 4, 5, 6).

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_non_ssl_port.withNonSslPort() parent: com.microsoft.azure.management.redis._redis_cache._update_stages._with_non_ssl_port href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_non_ssl_port.yml name: withNonSslPort() nameWithType: RedisCache.UpdateStages.WithNonSslPort.withNonSslPort() fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithNonSslPort.withNonSslPort() type: Method summary: >-

Enables non-ssl Redis server port (6379).

syntax: content: public Update withNonSslPort() return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_non_ssl_port.withoutNonSslPort() parent: com.microsoft.azure.management.redis._redis_cache._update_stages._with_non_ssl_port href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_non_ssl_port.yml name: withoutNonSslPort() nameWithType: RedisCache.UpdateStages.WithNonSslPort.withoutNonSslPort() fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithNonSslPort.withoutNonSslPort() type: Method summary: >-

Disables non-ssl Redis server port (6379).

syntax: content: public Update withoutNonSslPort() return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.withoutRedisConfiguration() parent: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.yml name: withoutRedisConfiguration() nameWithType: RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration() fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration() type: Method summary: >-

Cleans all the configuration settings being set on Redis Cache.

syntax: content: public Update withoutRedisConfiguration() return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.withoutRedisConfiguration(String) parent: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.yml name: withoutRedisConfiguration(String key) nameWithType: RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration(String key) fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration(String key) type: Method summary: >-

Removes specified Redis Cache configuration setting.

syntax: content: public Update withoutRedisConfiguration(String key) parameters: - id: key type: "26831127" description:

Redis configuration name.

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.withoutTag(String) parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.yml name: withoutTag(String key) nameWithType: Resource.UpdateWithTags.withoutTag(String key) fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withoutTag(String key) type: Method summary:

Removes a tag from the resource.

syntax: content: public T withoutTag(String key) parameters: - id: key type: "26831127" description:

the key of the tag to remove

return: type: 8ce1ecb9 description:

the next stage of the resource update

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.withPremiumSku() parent: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.yml name: withPremiumSku() nameWithType: RedisCache.UpdateStages.WithSku.withPremiumSku() fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithSku.withPremiumSku() type: Method summary: >-

Updates Redis Cache to Premium sku.

syntax: content: public Update withPremiumSku() return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.withPremiumSku(int) parent: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.yml name: withPremiumSku(int capacity) nameWithType: RedisCache.UpdateStages.WithSku.withPremiumSku(int capacity) fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithSku.withPremiumSku(int capacity) type: Method summary: >-

Updates Redis Cache to Premium sku with new capacity.

syntax: content: public Update withPremiumSku(int capacity) parameters: - id: capacity type: f75371fa description:

specifies what size of Redis Cache to update to for Premium sku with P family (1, 2, 3, 4).

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.withRedisConfiguration(Map) parent: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.yml name: withRedisConfiguration(Map redisConfiguration) nameWithType: RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(Map redisConfiguration) fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(Map redisConfiguration) type: Method summary: >-

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.

syntax: content: public Update withRedisConfiguration(Map redisConfiguration) parameters: - id: redisConfiguration type: 689c8cb5 description:

configuration of Redis Cache as a map indexed by configuration name

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.withRedisConfiguration(String,String) parent: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.yml name: withRedisConfiguration(String key, String value) nameWithType: RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(String key, String value) fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(String key, String value) type: Method summary: >-

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.

syntax: content: public Update withRedisConfiguration(String key, String value) parameters: - id: key type: "26831127" description:

Redis configuration name.

- id: value type: "26831127" description:

Redis configuration value.

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.withStandardSku() parent: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.yml name: withStandardSku() nameWithType: RedisCache.UpdateStages.WithSku.withStandardSku() fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithSku.withStandardSku() type: Method summary: >-

Updates Redis Cache to Standard sku.

syntax: content: public Update withStandardSku() return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.withStandardSku(int) parent: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.yml name: withStandardSku(int capacity) nameWithType: RedisCache.UpdateStages.WithSku.withStandardSku(int capacity) fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithSku.withStandardSku(int capacity) type: Method summary: >-

Updates Redis Cache to Standard sku with new capacity.

syntax: content: public Update withStandardSku(int capacity) parameters: - id: capacity type: f75371fa description:

specifies what size of Redis Cache to update to for Standard sku with C family (0, 1, 2, 3, 4, 5, 6).

return: type: com.microsoft.azure.management.redis._redis_cache._update description:

the next stage of Redis Cache update.

- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.withTag(String,String) parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.yml name: withTag(String key, String value) nameWithType: Resource.UpdateWithTags.withTag(String key, String value) fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withTag(String key, String value) type: Method summary:

Adds a tag to the resource.

syntax: content: public T withTag(String key, String value) parameters: - id: key type: "26831127" description:

the key for the tag

- id: value type: "26831127" description:

the value for the tag

return: type: 8ce1ecb9 description:

the next stage of the resource update

- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.withTags(Map) parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.yml name: withTags(Map tags) nameWithType: Resource.UpdateWithTags.withTags(Map tags) fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withTags(Map tags) type: Method summary:

Specifies tags for the resource as a Map.

syntax: content: public T withTags(Map tags) parameters: - id: tags type: 689c8cb5 description:

a Map of tags

return: type: 8ce1ecb9 description:

the next stage of the resource update

- uid: com.microsoft.azure.management.resources.fluentcore.model._appliable parent: com.microsoft.azure.management.resources.fluentcore.model href: com.microsoft.azure.management.resources.fluentcore.model._appliable.yml name: Appliable nameWithType: Appliable fullName: com.microsoft.azure.management.resources.fluentcore.model.Appliable type: Interface summary: >-

The base interface for all template interfaces that support update operations.

syntax: content: public interface Appliable extends Indexable typeParameters: - id: T type: 8ce1ecb9 description:

the type of the resource returned from the update.

- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags parent: com.microsoft.azure.management.resources.fluentcore.arm.models href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.yml name: Resource.UpdateWithTags nameWithType: Resource.UpdateWithTags fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags type: Interface summary: >-

An update allowing tags to be modified for the resource.

syntax: content: public interface UpdateWithTags typeParameters: - id: T type: 8ce1ecb9 description:

the type of the next stage resource update

- uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku parent: com.microsoft.azure.management.redis href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_sku.yml name: RedisCache.UpdateStages.WithSku nameWithType: RedisCache.UpdateStages.WithSku fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithSku type: Interface summary:

A Redis Cache update stage allowing to change the parameters.

syntax: content: public interface WithSku - uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_non_ssl_port parent: com.microsoft.azure.management.redis href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_non_ssl_port.yml name: RedisCache.UpdateStages.WithNonSslPort nameWithType: RedisCache.UpdateStages.WithNonSslPort fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithNonSslPort type: Interface summary:

A Redis Cache update allowing non SSL port to be enabled or disabled.

syntax: content: public interface WithNonSslPort - uid: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration parent: com.microsoft.azure.management.redis href: com.microsoft.azure.management.redis._redis_cache._update_stages._with_redis_configuration.yml name: RedisCache.UpdateStages.WithRedisConfiguration nameWithType: RedisCache.UpdateStages.WithRedisConfiguration fullName: com.microsoft.azure.management.redis.RedisCache.UpdateStages.WithRedisConfiguration type: Interface summary:

A Redis Cache update allowing Redis configuration to be modified.

syntax: content: public interface WithRedisConfiguration - uid: com.microsoft.azure.management.redis._redis_cache._update parent: com.microsoft.azure.management.redis href: com.microsoft.azure.management.redis._redis_cache._update.yml name: RedisCache.Update nameWithType: RedisCache.Update fullName: com.microsoft.azure.management.redis.RedisCache.Update type: Interface summary:

The template for a Redis Cache update operation, containing all the settings that can be modified.

syntax: *o1 - uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_id parent: com.microsoft.azure.management.resources.fluentcore.arm.models href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_id.yml name: HasId nameWithType: HasId fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasId type: Interface summary:

An interface representing a model that has a resource group name.

syntax: content: public interface HasId - uid: com.microsoft.azure.management.redis._day_of_week parent: com.microsoft.azure.management.redis href: com.microsoft.azure.management.redis._day_of_week.yml name: DayOfWeek nameWithType: DayOfWeek fullName: com.microsoft.azure.management.redis.DayOfWeek type: Enum summary:

Defines values for DayOfWeek.

syntax: content: public enum DayOfWeek - uid: com.microsoft.azure.management.redis._schedule_entry parent: com.microsoft.azure.management.redis href: com.microsoft.azure.management.redis._schedule_entry.yml name: ScheduleEntry nameWithType: ScheduleEntry fullName: com.microsoft.azure.management.redis.ScheduleEntry type: Class summary:

Patch schedule entry for a Premium Redis Cache.

syntax: content: public class ScheduleEntry