Uses of Interface
com.azure.resourcemanager.redis.models.RedisCache.DefinitionStages.WithCreate
Packages that use RedisCache.DefinitionStages.WithCreate
Package
Description
Package containing the data models for RedisManagementClient.
-
Uses of RedisCache.DefinitionStages.WithCreate in com.azure.resourcemanager.redis.models
Subinterfaces of RedisCache.DefinitionStages.WithCreate in com.azure.resourcemanager.redis.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceA Redis Cache definition with Premium Sku specific functionality.Methods in com.azure.resourcemanager.redis.models that return RedisCache.DefinitionStages.WithCreateModifier and TypeMethodDescriptionRedisCache.DefinitionStages.WithCreate.disablePublicNetworkAccess()Disables public network access for the redis cache.RedisCache.DefinitionStages.WithSku.withBasicSku()Specifies the Basic sku of the Redis Cache.RedisCache.DefinitionStages.WithSku.withBasicSku(int capacity) Specifies the Basic sku of the Redis Cache.RedisCache.DefinitionStages.WithCreate.withFirewallRule(RedisFirewallRule rule) Creates Redis cache firewall rule with range of IP addresses permitted to connect to the cache.RedisCache.DefinitionStages.WithCreate.withFirewallRule(String name, String lowestIp, String highestIp) Creates Redis cache firewall rule with range of IP addresses permitted to connect to the cache.RedisCache.DefinitionStages.WithCreate.withMinimumTlsVersion(TlsVersion tlsVersion) Requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisCache.DefinitionStages.WithCreate.withNonSslPort()Enables non-ssl Redis server port (6379).RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc) Patch schedule on a Premium Cluster Cache.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Duration maintenanceWindow) Patch schedule on a Premium Cluster Cache.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(ScheduleEntry scheduleEntry) Patch schedule on a Premium Cluster Cache.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(List<ScheduleEntry> scheduleEntry) Patch schedule on a Premium Cluster Cache.RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(RedisConfiguration redisConfiguration) Specifies Redis Setting.RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(String key, String value) Specifies Redis Setting. 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.RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(Map<String, String> redisConfiguration) All Redis Settings.RedisCache.DefinitionStages.WithCreate.withRedisVersion(RedisCache.RedisVersion redisVersion) Explicitly specify the Redis version to create withRedisCache.DefinitionStages.WithSku.withStandardSku()Specifies the Standard Sku of the Redis Cache.RedisCache.DefinitionStages.WithSku.withStandardSku(int capacity) Specifies the Standard sku of the Redis Cache.RedisCache.DefinitionStages.WithPremiumSkuCreate.withStaticIp(String staticIp) Sets Redis Cache static IP.RedisCache.DefinitionStages.WithPremiumSkuCreate.withSubnet(HasId network, String subnetName) Assigns the specified subnet to this instance of Redis Cache.RedisCache.DefinitionStages.WithPremiumSkuCreate.withSubnet(String subnetId) Assigns the specified subnet to this instance of Redis Cache.