| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisPropertiesInner
Properties of the redis cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisCreateProperties
Properties supplied to Create Redis operation.
|
class |
RedisUpdateProperties
Patchable properties of the redis cache.
|
| Modifier and Type | Method and Description |
|---|---|
RedisCommonProperties |
RedisCommonProperties.withEnableNonSslPort(Boolean enableNonSslPort)
Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.
|
RedisCommonProperties |
RedisCommonProperties.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').
|
RedisCommonProperties |
RedisCommonProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
RedisCommonProperties |
RedisCommonProperties.withRedisConfiguration(Map<String,String> redisConfiguration)
Set the redisConfiguration property: All Redis Settings.
|
RedisCommonProperties |
RedisCommonProperties.withReplicasPerMaster(Integer replicasPerMaster)
Set the replicasPerMaster property: The number of replicas to be created per master.
|
RedisCommonProperties |
RedisCommonProperties.withShardCount(Integer shardCount)
Set the shardCount property: The number of shards to be created on a Premium Cluster Cache.
|
RedisCommonProperties |
RedisCommonProperties.withTenantSettings(Map<String,String> tenantSettings)
Set the tenantSettings property: A dictionary of tenant settings.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.