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