Package | Description |
---|---|
com.microsoft.azure.management.redis |
This package contains the classes for RedisManagementClient.
|
Modifier and Type | Method and Description |
---|---|
RedisCreateParameters |
RedisCreateParameters.withEnableNonSslPort(Boolean enableNonSslPort)
Set the enableNonSslPort value.
|
RedisCreateParameters |
RedisCreateParameters.withLocation(String location)
Set the location value.
|
RedisCreateParameters |
RedisCreateParameters.withMinimumTlsVersion(TlsVersion minimumTlsVersion)
Set the minimumTlsVersion value.
|
RedisCreateParameters |
RedisCreateParameters.withRedisConfiguration(Map<String,String> redisConfiguration)
Set the redisConfiguration value.
|
RedisCreateParameters |
RedisCreateParameters.withShardCount(Integer shardCount)
Set the shardCount value.
|
RedisCreateParameters |
RedisCreateParameters.withSku(Sku sku)
Set the sku value.
|
RedisCreateParameters |
RedisCreateParameters.withStaticIP(String staticIP)
Set the staticIP value.
|
RedisCreateParameters |
RedisCreateParameters.withSubnetId(String subnetId)
Set the subnetId value.
|
RedisCreateParameters |
RedisCreateParameters.withTags(Map<String,String> tags)
Set the tags value.
|
RedisCreateParameters |
RedisCreateParameters.withTenantSettings(Map<String,String> tenantSettings)
Set the tenantSettings value.
|
RedisCreateParameters |
RedisCreateParameters.withZones(List<String> zones)
Set the zones value.
|
Copyright © 2019. All rights reserved.