| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent.models |
Package containing the inner data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RedisPropertiesInner |
RedisPropertiesInner.withEnableNonSslPort(Boolean enableNonSslPort)
Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.
|
RedisPropertiesInner |
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 |
RedisPropertiesInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
RedisPropertiesInner |
RedisPropertiesInner.withRedisConfiguration(Map<String,String> redisConfiguration)
Set the redisConfiguration property: All Redis Settings.
|
RedisPropertiesInner |
RedisPropertiesInner.withRedisVersion(String redisVersion)
Set the redisVersion property: Redis version.
|
RedisPropertiesInner |
RedisPropertiesInner.withReplicasPerMaster(Integer replicasPerMaster)
Set the replicasPerMaster property: The number of replicas to be created per primary.
|
RedisPropertiesInner |
RedisPropertiesInner.withReplicasPerPrimary(Integer replicasPerPrimary)
Set the replicasPerPrimary property: The number of replicas to be created per primary.
|
RedisPropertiesInner |
RedisPropertiesInner.withShardCount(Integer shardCount)
Set the shardCount property: The number of shards to be created on a Premium Cluster Cache.
|
RedisPropertiesInner |
RedisPropertiesInner.withSku(Sku sku)
Set the sku property: The SKU of the Redis cache to deploy.
|
RedisPropertiesInner |
RedisPropertiesInner.withStaticIp(String staticIp)
Set the staticIp property: Static IP address.
|
RedisPropertiesInner |
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 |
RedisPropertiesInner.withTenantSettings(Map<String,String> tenantSettings)
Set the tenantSettings property: A dictionary of tenant settings.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.