RedisUpdateParametersInner Constructors
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.
Overloads
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. |
RedisUpdateParametersInner()
Initializes a new instance of the RedisUpdateParametersInner class.
public RedisUpdateParametersInner ();
Public Sub New ()
Applies to
RedisUpdateParametersInner(IDictionary<String,String>, Nullable<Boolean>, IDictionary<String,String>, Nullable<Int32>, String, Sku, IDictionary<String, String>)
Initializes a new instance of the RedisUpdateParametersInner class.
public RedisUpdateParametersInner (System.Collections.Generic.IDictionary<string,string> redisConfiguration = default, bool? enableNonSslPort = default, System.Collections.Generic.IDictionary<string,string> tenantSettings = default, int? shardCount = default, string minimumTlsVersion = default, Microsoft.Azure.Management.Redis.Fluent.Models.Sku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Redis.Fluent.Models.RedisUpdateParametersInner : System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * System.Collections.Generic.IDictionary<string, string> * Nullable<int> * string * Microsoft.Azure.Management.Redis.Fluent.Models.Sku * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Redis.Fluent.Models.RedisUpdateParametersInner
Public Sub New (Optional redisConfiguration As IDictionary(Of String, String) = Nothing, Optional enableNonSslPort As Nullable(Of Boolean) = Nothing, Optional tenantSettings As IDictionary(Of String, String) = Nothing, Optional shardCount As Nullable(Of Integer) = Nothing, Optional minimumTlsVersion As String = Nothing, Optional sku As Sku = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- redisConfiguration
- IDictionary<String,String>
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.
Specifies whether the non-ssl Redis server port (6379) is enabled.
- tenantSettings
- IDictionary<String,String>
A dictionary of tenant settings
- minimumTlsVersion
- String
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'
- sku
- Sku
The SKU of the Redis cache to deploy.
- tags
- IDictionary<String,String>
Resource tags.
Applies to
Azure SDK for .NET