RedisCache.DefinitionStages.WithPremiumSkuCreate Interface
Implements
public static interface RedisCache.DefinitionStages.WithPremiumSkuCreate
extends WithCreate
A Redis Cache definition with Premium Sku specific functionality.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withShardCount(int shardCount)
The number of shards to be created on a Premium Cluster Cache. |
abstract
With |
withStaticIp(String staticIp)
Sets Redis Cache static IP. |
abstract
With |
withSubnet(HasId network, String subnetName)
Assigns the specified subnet to this instance of Redis Cache. |
abstract
With |
withSubnet(String subnetId)
Assigns the specified subnet to this instance of Redis Cache. |
Method Details
withShardCount
public abstract RedisCache.DefinitionStages.WithPremiumSkuCreate withShardCount(int shardCount)
The number of shards to be created on a Premium Cluster Cache.
Parameters:
Returns:
withStaticIp
public abstract RedisCache.DefinitionStages.WithCreate withStaticIp(String staticIp)
Sets Redis Cache static IP. Required when deploying a Redis Cache inside an existing Azure Virtual Network.
Parameters:
Returns:
withSubnet
public abstract RedisCache.DefinitionStages.WithCreate withSubnet(HasId network, String subnetName)
Assigns the specified subnet to this instance of Redis Cache.
Parameters:
Returns:
withSubnet
public abstract RedisCache.DefinitionStages.WithCreate withSubnet(String subnetId)
Assigns the specified subnet to this instance of Redis Cache.
Parameters:
Returns:
Applies to
Azure SDK for Java