RedisEnterpriseCacheSku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SKU parameters supplied to the create RedisEnterprise operation.
public class RedisEnterpriseCacheSku
type RedisEnterpriseCacheSku = class
Public Class RedisEnterpriseCacheSku
- Inheritance
-
RedisEnterpriseCacheSku
Constructors
RedisEnterpriseCacheSku(RedisEnterpriseCacheSkuName) |
Initializes a new instance of RedisEnterpriseCacheSku. |
Properties
Capacity |
The size of the RedisEnterprise cluster. Defaults to 2 or 3 depending on SKU. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for Flash SKUs. |
Name |
The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.). |
Applies to
Azure SDK for .NET