Uses of Class
com.azure.resourcemanager.redis.models.RedisConfiguration
Packages that use RedisConfiguration
Package
Description
Package containing the inner data models for RedisManagementClient.
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 RedisConfigurationModifier and TypeMethodDescriptionRedisResourceInner.redisConfiguration()Get the redisConfiguration property: All Redis Settings.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type RedisConfigurationModifier and TypeMethodDescriptionRedisCreateProperties.withRedisConfiguration(RedisConfiguration redisConfiguration) Set the redisConfiguration property: All Redis Settings.RedisPropertiesInner.withRedisConfiguration(RedisConfiguration redisConfiguration) Set the redisConfiguration property: All Redis Settings.RedisResourceInner.withRedisConfiguration(RedisConfiguration redisConfiguration) Set the redisConfiguration property: All Redis Settings.RedisUpdateProperties.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 RedisConfigurationModifier and TypeMethodDescriptionstatic RedisConfigurationRedisConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RedisConfiguration from the JsonReader.RedisCommonProperties.redisConfiguration()Get the redisConfiguration property: All Redis Settings.RedisCreateParameters.redisConfiguration()Get the redisConfiguration property: All Redis Settings.RedisUpdateParameters.redisConfiguration()Get the redisConfiguration property: All Redis Settings.RedisConfiguration.withAadEnabled(String aadEnabled) Set the aadEnabled property: Specifies whether AAD based authentication has been enabled or disabled for the cache.RedisConfiguration.withAdditionalProperties(Map<String, String> additionalProperties) Set the additionalProperties property: All Redis Settings.RedisConfiguration.withAofBackupEnabled(String aofBackupEnabled) Set the aofBackupEnabled property: Specifies whether the aof backup is enabled.RedisConfiguration.withAofStorageConnectionString0(String aofStorageConnectionString0) Set the aofStorageConnectionString0 property: First storage account connection string.RedisConfiguration.withAofStorageConnectionString1(String aofStorageConnectionString1) Set the aofStorageConnectionString1 property: Second storage account connection string.RedisConfiguration.withAuthnotrequired(String authnotrequired) Set the authnotrequired property: Specifies whether the authentication is disabled.RedisConfiguration.withMaxfragmentationmemoryReserved(String maxfragmentationmemoryReserved) Set the maxfragmentationmemoryReserved property: Value in megabytes reserved for fragmentation per shard.RedisConfiguration.withMaxmemoryDelta(String maxmemoryDelta) Set the maxmemoryDelta property: Value in megabytes reserved for non-cache usage per shard e.g. failover.RedisConfiguration.withMaxmemoryPolicy(String maxmemoryPolicy) Set the maxmemoryPolicy property: The eviction strategy used when your data won't fit within its memory limit.RedisConfiguration.withMaxmemoryReserved(String maxmemoryReserved) Set the maxmemoryReserved property: Value in megabytes reserved for non-cache usage per shard e.g. failover.RedisConfiguration.withNotifyKeyspaceEvents(String notifyKeyspaceEvents) Set the notifyKeyspaceEvents property: The keyspace events which should be monitored.RedisConfiguration.withPreferredDataPersistenceAuthMethod(String preferredDataPersistenceAuthMethod) Set the preferredDataPersistenceAuthMethod property: Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS.RedisConfiguration.withRdbBackupEnabled(String rdbBackupEnabled) Set the rdbBackupEnabled property: Specifies whether the rdb backup is enabled.RedisConfiguration.withRdbBackupFrequency(String rdbBackupFrequency) Set the rdbBackupFrequency property: Specifies the frequency for creating rdb backup in minutes.RedisConfiguration.withRdbBackupMaxSnapshotCount(String rdbBackupMaxSnapshotCount) Set the rdbBackupMaxSnapshotCount property: Specifies the maximum number of snapshots for rdb backup.RedisConfiguration.withRdbStorageConnectionString(String rdbStorageConnectionString) Set the rdbStorageConnectionString property: The storage account connection string for storing rdb file.RedisConfiguration.withStorageSubscriptionId(String storageSubscriptionId) Set the storageSubscriptionId property: SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.Methods in com.azure.resourcemanager.redis.models with parameters of type RedisConfigurationModifier and TypeMethodDescriptionRedisCache.DefinitionStages.WithCreate.withRedisConfiguration(RedisConfiguration redisConfiguration) Specifies Redis Setting.RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(RedisConfiguration redisConfiguration) Specifies Redis Setting.RedisCommonProperties.withRedisConfiguration(RedisConfiguration redisConfiguration) Set the redisConfiguration property: All Redis Settings.RedisCreateParameters.withRedisConfiguration(RedisConfiguration redisConfiguration) Set the redisConfiguration property: All Redis Settings.RedisUpdateParameters.withRedisConfiguration(RedisConfiguration redisConfiguration) Set the redisConfiguration property: All Redis Settings.