次の方法で共有


IWithSku インターフェイス

定義

パラメーターを変更できる Redis Cache 更新ステージ。

public interface IWithSku
type IWithSku = interface
Public Interface IWithSku
派生

メソッド

WithBasicSku(Int32)

新しい容量で Redis Cache を Basic SKU に更新します。

WithPremiumSku()

Redis Cache を Premium SKU に更新します。

WithPremiumSku(Int32)

新しい容量で Redis Cache を Premium SKU に更新します。

WithStandardSku()

Redis Cache を Standard SKU に更新します。

WithStandardSku(Int32)

新しい容量で Redis Cache を Standard SKU に更新します。

適用対象