IWithSku.WithStandardSku メソッド

定義

オーバーロード

WithStandardSku()

Redis Cache の Standard SKU を指定します。

WithStandardSku(Int32)

Redis Cache の Standard SKU を指定します。

WithStandardSku()

Redis Cache の Standard SKU を指定します。

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

戻り値

適用対象

WithStandardSku(Int32)

Redis Cache の Standard SKU を指定します。

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

パラメーター

capacity
Int32

C ファミリ (0、1、2、3、4、5、6) を使用して Standard SKU にデプロイする Redis Cache のサイズを指定します。

戻り値

適用対象