Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisPropertiesInner
Packages that use RedisPropertiesInner
Package
Description
Package containing the inner data models for RedisManagementClient.
-
Uses of RedisPropertiesInner in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return RedisPropertiesInnerModifier and TypeMethodDescriptionstatic RedisPropertiesInner
RedisPropertiesInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RedisPropertiesInner from the JsonReader.RedisPropertiesInner.withDisableAccessKeyAuthentication
(Boolean disableAccessKeyAuthentication) Set the disableAccessKeyAuthentication property: Authentication to Redis through access keys is disabled when set as true.RedisPropertiesInner.withEnableNonSslPort
(Boolean enableNonSslPort) Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.RedisPropertiesInner.withMinimumTlsVersion
(TlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisPropertiesInner.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisPropertiesInner.withRedisConfiguration
(RedisConfiguration redisConfiguration) Set the redisConfiguration property: All Redis Settings.RedisPropertiesInner.withRedisVersion
(String redisVersion) Set the redisVersion property: Redis version.RedisPropertiesInner.withReplicasPerMaster
(Integer replicasPerMaster) Set the replicasPerMaster property: The number of replicas to be created per primary.RedisPropertiesInner.withReplicasPerPrimary
(Integer replicasPerPrimary) Set the replicasPerPrimary property: The number of replicas to be created per primary.RedisPropertiesInner.withShardCount
(Integer shardCount) Set the shardCount property: The number of shards to be created on a Premium Cluster Cache.Set the sku property: The SKU of the Redis cache to deploy.RedisPropertiesInner.withStaticIp
(String staticIp) Set the staticIp property: Static IP address.RedisPropertiesInner.withSubnetId
(String subnetId) Set the subnetId property: The full resource ID of a subnet in a virtual network to deploy the Redis cache in.RedisPropertiesInner.withTenantSettings
(Map<String, String> tenantSettings) Set the tenantSettings property: A dictionary of tenant settings.RedisPropertiesInner.withUpdateChannel
(UpdateChannel updateChannel) Set the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.RedisPropertiesInner.withZonalAllocationPolicy
(ZonalAllocationPolicy zonalAllocationPolicy) Set the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.