Sku Class

Definition

SKU parameters supplied to the create Redis operation.

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

Constructors

Sku()

Initializes a new instance of the Sku class.

Sku(String, String, Int32)

Initializes a new instance of the Sku class.

Properties

Capacity

Gets or sets the size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).

Family

Gets or sets the SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium). Possible values include: 'C', 'P'

Name

Gets or sets the type of Redis cache to deploy. Valid values: (Basic, Standard, Premium). Possible values include: 'Basic', 'Standard', 'Premium'

Methods

Validate()

Validate the object.

Applies to