GetCacheRedisConfiguration

data class GetCacheRedisConfiguration(val activeDirectoryAuthenticationEnabled: Boolean, val aofBackupEnabled: Boolean, val aofStorageConnectionString0: String, val aofStorageConnectionString1: String, val authenticationEnabled: Boolean, val dataPersistenceAuthenticationMethod: String, val maxclients: Int, val maxfragmentationmemoryReserved: Int, val maxmemoryDelta: Int, val maxmemoryPolicy: String, val maxmemoryReserved: Int, val notifyKeyspaceEvents: String, val rdbBackupEnabled: Boolean, val rdbBackupFrequency: Int, val rdbBackupMaxSnapshotCount: Int, val rdbStorageConnectionString: String, val storageAccountSubscriptionId: String)

Constructors

Link copied to clipboard
constructor(activeDirectoryAuthenticationEnabled: Boolean, aofBackupEnabled: Boolean, aofStorageConnectionString0: String, aofStorageConnectionString1: String, authenticationEnabled: Boolean, dataPersistenceAuthenticationMethod: String, maxclients: Int, maxfragmentationmemoryReserved: Int, maxmemoryDelta: Int, maxmemoryPolicy: String, maxmemoryReserved: Int, notifyKeyspaceEvents: String, rdbBackupEnabled: Boolean, rdbBackupFrequency: Int, rdbBackupMaxSnapshotCount: Int, rdbStorageConnectionString: String, storageAccountSubscriptionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies if Microsoft Entra (AAD) authentication is enabled.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Value in megabytes reserved to accommodate for memory fragmentation.

Link copied to clipboard

The max-memory delta for this Redis instance.

Link copied to clipboard

How Redis will select what to remove when maxmemory is reached.

Link copied to clipboard

The value in megabytes reserved for non-cache usage e.g. failover

Link copied to clipboard
Link copied to clipboard

Is Backup Enabled? Only supported on Premium SKUs.

Link copied to clipboard

The Backup Frequency in Minutes. Only supported on Premium SKUs.

Link copied to clipboard

The maximum number of snapshots that can be created as a backup.

Link copied to clipboard

The Connection String to the Storage Account. Only supported for Premium SKUs.

Link copied to clipboard

The ID of the Subscription containing the Storage Account.