public final class RedisUpdateProperties extends RedisCommonProperties
| Constructor and Description |
|---|
RedisUpdateProperties() |
| Modifier and Type | Method and Description |
|---|---|
Sku |
sku()
Get the sku property: The SKU of the Redis cache to deploy.
|
void |
validate()
Validates the instance.
|
RedisUpdateProperties |
withSku(Sku sku)
Set the sku property: The SKU of the Redis cache to deploy.
|
enableNonSslPort, minimumTlsVersion, redisConfiguration, shardCount, tenantSettings, withEnableNonSslPort, withMinimumTlsVersion, withRedisConfiguration, withShardCount, withTenantSettingspublic Sku sku()
public RedisUpdateProperties withSku(Sku sku)
sku - the sku value to set.public void validate()
validate in class RedisCommonPropertiesIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.