UpdateChannel クラス
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. redis. models. UpdateChannel
- com.
- com.
public final class UpdateChannel
extends ExpandableStringEnum<UpdateChannel>
省略可能: Redis Cache が受け取る毎月の Redis 更新プログラムの更新チャネルを指定します。 "プレビュー" 更新チャネルを使用するキャッシュでは、少なくとも "安定" チャネル キャッシュの 4 週間前に最新の Redis 更新プログラムが取得されます。 既定値は 'Stable' です。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
static final
Update |
PREVIEW
更新 |
static final
Update |
STABLE
更新 |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
UpdateChannel() |
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
更新 |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
static
Update |
fromString(String name)
文字列表現から更新 |
static
Collection<Update |
values()
既知の更新 |
メソッドの継承元: ExpandableStringEnum
メソッドの継承元: java.lang.Object
フィールドの詳細
PREVIEW
public static final UpdateChannel PREVIEW
UpdateChannel の静的な値 Preview。
STABLE
public static final UpdateChannel STABLE
UpdateChannel の静的な値安定。
コンストラクターの詳細
UpdateChannel
@Deprecated
public UpdateChannel()
非推奨
UpdateChannel 値の新しいインスタンスを作成します。
メソッドの詳細
fromString
public static UpdateChannel fromString(String name)
文字列表現から UpdateChannel を作成または検索します。
Parameters:
Returns:
values
public static Collection
既知の UpdateChannel 値を取得します。
Returns:
適用対象
Azure SDK for Java