public static interface RedisCache.DefinitionStages.WithPremiumSkuCreate extends RedisCache.DefinitionStages.WithCreate
Modifier and Type | Method and Description |
---|---|
RedisCache.DefinitionStages.WithPremiumSkuCreate |
withShardCount(int shardCount)
The number of shards to be created on a Premium Cluster Cache.
|
RedisCache.DefinitionStages.WithCreate |
withStaticIP(String staticIP)
Sets Redis Cache static IP.
|
RedisCache.DefinitionStages.WithCreate |
withSubnet(HasId network,
String subnetName)
Assigns the specified subnet to this instance of Redis Cache.
|
RedisCache.DefinitionStages.WithCreate |
withSubnet(String subnetId)
Assigns the specified subnet to this instance of Redis Cache.
|
withFirewallRule, withFirewallRule, withMinimumTlsVersion, withNonSslPort, withPatchSchedule, withPatchSchedule, withPatchSchedule, withPatchSchedule, withRedisConfiguration, withRedisConfiguration
create, createAsync, createAsync
key
name
withTag, withTags
RedisCache.DefinitionStages.WithPremiumSkuCreate withShardCount(int shardCount)
shardCount
- the shard count value to set.@Beta(value=V1_12_0) RedisCache.DefinitionStages.WithCreate withSubnet(HasId network, String subnetName)
network
- instance of Network object.subnetName
- the name of the subnet.@Beta(value=V1_12_0) RedisCache.DefinitionStages.WithCreate withSubnet(String subnetId)
subnetId
- resource id of subnet.@Beta(value=V1_12_0) RedisCache.DefinitionStages.WithCreate withStaticIP(String staticIP)
staticIP
- the static IP value to set.Copyright © 2019. All rights reserved.