RedisCommonPropertiesRedisConfiguration 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
RedisCommonPropertiesRedisConfiguration() |
Initializes a new instance of the RedisCommonPropertiesRedisConfiguration class. |
RedisCommonPropertiesRedisConfiguration(IDictionary<String,Object>, String, String, String, String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the RedisCommonPropertiesRedisConfiguration class. |
RedisCommonPropertiesRedisConfiguration()
Initializes a new instance of the RedisCommonPropertiesRedisConfiguration class.
public RedisCommonPropertiesRedisConfiguration ();
Public Sub New ()
Applies to
RedisCommonPropertiesRedisConfiguration(IDictionary<String,Object>, String, String, String, String, String, String, String, String, String, String, String, String, String)
Initializes a new instance of the RedisCommonPropertiesRedisConfiguration class.
public RedisCommonPropertiesRedisConfiguration (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string rdbBackupEnabled = default, string rdbBackupFrequency = default, string rdbBackupMaxSnapshotCount = default, string rdbStorageConnectionString = default, string aofStorageConnectionString0 = default, string aofStorageConnectionString1 = default, string maxfragmentationmemoryReserved = default, string maxmemoryPolicy = default, string maxmemoryReserved = default, string maxmemoryDelta = default, string maxclients = default, string preferredDataArchiveAuthMethod = default, string preferredDataPersistenceAuthMethod = default);
new Microsoft.Azure.Management.Redis.Models.RedisCommonPropertiesRedisConfiguration : System.Collections.Generic.IDictionary<string, obj> * string * string * string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Redis.Models.RedisCommonPropertiesRedisConfiguration
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional rdbBackupEnabled As String = Nothing, Optional rdbBackupFrequency As String = Nothing, Optional rdbBackupMaxSnapshotCount As String = Nothing, Optional rdbStorageConnectionString As String = Nothing, Optional aofStorageConnectionString0 As String = Nothing, Optional aofStorageConnectionString1 As String = Nothing, Optional maxfragmentationmemoryReserved As String = Nothing, Optional maxmemoryPolicy As String = Nothing, Optional maxmemoryReserved As String = Nothing, Optional maxmemoryDelta As String = Nothing, Optional maxclients As String = Nothing, Optional preferredDataArchiveAuthMethod As String = Nothing, Optional preferredDataPersistenceAuthMethod As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- rdbBackupEnabled
- String
Specifies whether the rdb backup is enabled
- rdbBackupFrequency
- String
Specifies the frequency for creating rdb backup
- rdbBackupMaxSnapshotCount
- String
Specifies the maximum number of snapshots for rdb backup
- rdbStorageConnectionString
- String
The storage account connection string for storing rdb file
- aofStorageConnectionString0
- String
First storage account connection string
- aofStorageConnectionString1
- String
Second storage account connection string
- maxfragmentationmemoryReserved
- String
Value in megabytes reserved for fragmentation per shard
- maxmemoryPolicy
- String
The eviction strategy used when your data won't fit within its memory limit.
- maxmemoryReserved
- String
Value in megabytes reserved for non-cache usage per shard e.g. failover.
- maxmemoryDelta
- String
Value in megabytes reserved for non-cache usage per shard e.g. failover.
- maxclients
- String
The max clients config
- preferredDataArchiveAuthMethod
- String
Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
- preferredDataPersistenceAuthMethod
- String
Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
Applies to
Azure SDK for .NET