Uses of Class
com.azure.resourcemanager.redis.models.RedisConfiguration
-
Packages that use RedisConfiguration Package Description com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient.com.azure.resourcemanager.redis.models Package containing the data models for RedisManagementClient. -
-
Uses of RedisConfiguration in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return RedisConfiguration Modifier and Type Method Description RedisConfigurationRedisResourceInner. redisConfiguration()Get the redisConfiguration property: All Redis Settings.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type RedisConfiguration Modifier and Type Method Description RedisCreatePropertiesRedisCreateProperties. withRedisConfiguration(RedisConfiguration redisConfiguration)Set the redisConfiguration property: All Redis Settings.RedisPropertiesInnerRedisPropertiesInner. withRedisConfiguration(RedisConfiguration redisConfiguration)Set the redisConfiguration property: All Redis Settings.RedisResourceInnerRedisResourceInner. withRedisConfiguration(RedisConfiguration redisConfiguration)Set the redisConfiguration property: All Redis Settings.RedisUpdatePropertiesRedisUpdateProperties. withRedisConfiguration(RedisConfiguration redisConfiguration)Set the redisConfiguration property: All Redis Settings. -
Uses of RedisConfiguration in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return RedisConfiguration Modifier and Type Method Description RedisConfigurationRedisCommonProperties. redisConfiguration()Get the redisConfiguration property: All Redis Settings.RedisConfigurationRedisCreateParameters. redisConfiguration()Get the redisConfiguration property: All Redis Settings.RedisConfigurationRedisUpdateParameters. redisConfiguration()Get the redisConfiguration property: All Redis Settings.RedisConfigurationRedisConfiguration. withAdditionalProperties(Map<String,String> additionalProperties)Set the additionalProperties property: All Redis Settings.RedisConfigurationRedisConfiguration. withAofStorageConnectionString0(String aofStorageConnectionString0)Set the aofStorageConnectionString0 property: First storage account connection string.RedisConfigurationRedisConfiguration. withAofStorageConnectionString1(String aofStorageConnectionString1)Set the aofStorageConnectionString1 property: Second storage account connection string.RedisConfigurationRedisConfiguration. withMaxfragmentationmemoryReserved(String maxfragmentationmemoryReserved)Set the maxfragmentationmemoryReserved property: Value in megabytes reserved for fragmentation per shard.RedisConfigurationRedisConfiguration. withMaxmemoryDelta(String maxmemoryDelta)Set the maxmemoryDelta property: Value in megabytes reserved for non-cache usage per shard e.g.RedisConfigurationRedisConfiguration. withMaxmemoryPolicy(String maxmemoryPolicy)Set the maxmemoryPolicy property: The eviction strategy used when your data won't fit within its memory limit.RedisConfigurationRedisConfiguration. withMaxmemoryReserved(String maxmemoryReserved)Set the maxmemoryReserved property: Value in megabytes reserved for non-cache usage per shard e.g.RedisConfigurationRedisConfiguration. withRdbBackupEnabled(String rdbBackupEnabled)Set the rdbBackupEnabled property: Specifies whether the rdb backup is enabled.RedisConfigurationRedisConfiguration. withRdbBackupFrequency(String rdbBackupFrequency)Set the rdbBackupFrequency property: Specifies the frequency for creating rdb backup.RedisConfigurationRedisConfiguration. withRdbBackupMaxSnapshotCount(String rdbBackupMaxSnapshotCount)Set the rdbBackupMaxSnapshotCount property: Specifies the maximum number of snapshots for rdb backup.RedisConfigurationRedisConfiguration. withRdbStorageConnectionString(String rdbStorageConnectionString)Set the rdbStorageConnectionString property: The storage account connection string for storing rdb file.Methods in com.azure.resourcemanager.redis.models with parameters of type RedisConfiguration Modifier and Type Method Description RedisCache.DefinitionStages.WithCreateRedisCache.DefinitionStages.WithCreate. withRedisConfiguration(RedisConfiguration redisConfiguration)Specifies Redis Setting.RedisCache.UpdateRedisCache.UpdateStages.WithRedisConfiguration. withRedisConfiguration(RedisConfiguration redisConfiguration)Specifies Redis Setting.RedisCommonPropertiesRedisCommonProperties. withRedisConfiguration(RedisConfiguration redisConfiguration)Set the redisConfiguration property: All Redis Settings.RedisCreateParametersRedisCreateParameters. withRedisConfiguration(RedisConfiguration redisConfiguration)Set the redisConfiguration property: All Redis Settings.RedisUpdateParametersRedisUpdateParameters. withRedisConfiguration(RedisConfiguration redisConfiguration)Set the redisConfiguration property: All Redis Settings.
-