EnabledState クラス
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. EnabledState
- com.
- com.
public final class EnabledState
extends ExpandableStringEnum<EnabledState>
この規則の使用を許可するかどうか。 許可される値は、'Enabled' または 'Disabled' です。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
static final
Enabled |
DISABLED
[有効な状態] の静的な値 [無効] |
static final
Enabled |
ENABLED
[有効な状態] の静的な値 [有効] |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
EnabledState() |
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
Enabled |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
static
Enabled |
fromString(String name)
文字列表現から Enabled State を |
static
Collection<Enabled |
values()
既知の Enabled |
メソッドの継承元: ExpandableStringEnum
メソッドの継承元: java.lang.Object
フィールドの詳細
DISABLED
public static final EnabledState DISABLED
EnabledState の場合、静的な値は無効です。
ENABLED
public static final EnabledState ENABLED
EnabledState の静的な値 Enabled。
コンストラクターの詳細
EnabledState
@Deprecated
public EnabledState()
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
EnabledState 値の新しいインスタンスを作成します。
メソッドの詳細
fromString
public static EnabledState fromString(String name)
文字列表現から EnabledState を作成または検索します。
Parameters:
name
- 検索する名前。
Returns:
対応する EnabledState。
values
public static Collection
既知の EnabledState 値を取得します。
Returns:
既知の EnabledState 値。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java