Sdílet prostřednictvím


IWithSku.WithStandardSku Method

Definition

Overloads

WithStandardSku()

Updates Redis Cache to Standard sku.

WithStandardSku(Int32)

Updates Redis Cache to Standard sku with new capacity.

WithStandardSku()

Updates Redis Cache to Standard sku.

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate WithStandardSku ();
abstract member WithStandardSku : unit -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate
Public Function WithStandardSku () As IUpdate

Returns

Applies to

WithStandardSku(Int32)

Updates Redis Cache to Standard sku with new capacity.

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate WithStandardSku (int capacity);
abstract member WithStandardSku : int -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate
Public Function WithStandardSku (capacity As Integer) As IUpdate

Parameters

capacity
Int32

Specifies what size of Redis Cache to update to for Standard sku with C family (0, 1, 2, 3, 4, 5, 6).

Returns

Applies to