RedisUpdateParametersInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Update Redis operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RedisUpdateParametersInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisUpdateParametersInner = class
Public Class RedisUpdateParametersInner
- Inheritance
-
RedisUpdateParametersInner
- Attributes
Constructors
RedisUpdateParametersInner() |
Initializes a new instance of the RedisUpdateParametersInner class. |
RedisUpdateParametersInner(IDictionary<String,String>, Nullable<Boolean>, IDictionary<String,String>, Nullable<Int32>, String, Sku, IDictionary<String, String>) |
Initializes a new instance of the RedisUpdateParametersInner class. |
Properties
EnableNonSslPort |
Gets or sets specifies whether the non-ssl Redis server port (6379) is enabled. |
MinimumTlsVersion |
Gets or sets optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2'). Possible values include: '1.0', '1.1', '1.2' |
RedisConfiguration |
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,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. |
ShardCount |
Gets or sets the number of shards to be created on a Premium Cluster Cache. |
Sku |
Gets or sets the SKU of the Redis cache to deploy. |
Tags |
Gets or sets resource tags. |
TenantSettings |
Gets or sets a dictionary of tenant settings |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET