IWithSku.WithBasicSku Method
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.
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).