共用方式為


Sku Class

Definition

SKU parameters supplied to the create RedisEnterprise operation.

public class Sku
type Sku = class
Public Class Sku
Inheritance
Sku

Constructors

Sku()

Initializes a new instance of the Sku class.

Sku(String, Nullable<Int32>)

Initializes a new instance of the Sku class.

Properties

Capacity

Gets or sets 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

Gets or sets the type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.). Possible values include: 'Enterprise_E10', 'Enterprise_E20', 'Enterprise_E50', 'Enterprise_E100', 'EnterpriseFlash_F300', 'EnterpriseFlash_F700', 'EnterpriseFlash_F1500'

Applies to