RedisEnterpriseSku 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 Redis Enterprise cluster operation.
public class RedisEnterpriseSku : Azure.Provisioning.Primitives.ProvisionableConstruct
type RedisEnterpriseSku = class
inherit ProvisionableConstruct
Public Class RedisEnterpriseSku
Inherits ProvisionableConstruct
- Inheritance
Constructors
RedisEnterpriseSku() |
Creates a new RedisEnterpriseSku. |
Properties
Capacity |
This property is only used with Enterprise and EnterpriseFlash SKUs. Determines the size of the cluster. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for EnterpriseFlash SKUs. |
Name |
The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future. |
Methods
DefineProvisionableProperties() |
Define all the provisionable properties of RedisEnterpriseSku. |
GetResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from Provisionable) |