public final class RedisPropertiesInner extends RedisCreateProperties
| Constructor and Description |
|---|
RedisPropertiesInner() |
| Modifier and Type | Method and Description |
|---|---|
RedisAccessKeysInner |
accessKeys()
Get the accessKeys property: The keys of the Redis cache - not set if this object is not the response to Create
or Update redis cache.
|
String |
hostname()
Get the hostname property: Redis host name.
|
List<RedisLinkedServer> |
linkedServers()
Get the linkedServers property: List of the linked servers associated with the cache.
|
Integer |
port()
Get the port property: Redis non-SSL port.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: Redis instance provisioning status.
|
String |
redisVersion()
Get the redisVersion property: Redis version.
|
Integer |
sslPort()
Get the sslPort property: Redis SSL port.
|
void |
validate()
Validates the instance.
|
sku, staticIp, subnetId, withSku, withStaticIp, withSubnetIdenableNonSslPort, minimumTlsVersion, redisConfiguration, shardCount, tenantSettings, withEnableNonSslPort, withMinimumTlsVersion, withRedisConfiguration, withShardCount, withTenantSettingspublic String redisVersion()
public ProvisioningState provisioningState()
public String hostname()
public Integer port()
public Integer sslPort()
public RedisAccessKeysInner accessKeys()
public List<RedisLinkedServer> linkedServers()
public void validate()
validate in class RedisCreatePropertiesIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.