Sdílet prostřednictvím


IWithSku.WithBasicSku Method

Definition

Overloads

WithBasicSku()

Specifies the Basic sku of the Redis Cache.

WithBasicSku(Int32)

Specifies the Basic sku of the Redis Cache.

WithBasicSku()

Specifies the Basic sku of the Redis Cache.

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate WithBasicSku ();
abstract member WithBasicSku : unit -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate
Public Function WithBasicSku () As IWithCreate

Returns

Applies to

WithBasicSku(Int32)

Specifies the Basic sku of the Redis Cache.

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate WithBasicSku (int capacity);
abstract member WithBasicSku : int -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate
Public Function WithBasicSku (capacity As Integer) As IWithCreate

Parameters

capacity
Int32

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

Returns

Applies to