AliasPathAttributes クラス

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.resources.AliasPathAttributes

public final class AliasPathAttributes
extends com.microsoft.rest.ExpandableStringEnum<AliasPathAttributes>

AliasPathAttributes の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final AliasPathAttributes MODIFIABLE

エイリアスパス属性に対して変更可能な静的値。

static final AliasPathAttributes NONE

エイリアスパス属性の静的な値 None。

コンストラクターの概要

コンストラクター 説明
AliasPathAttributes()

メソッドの概要

修飾子と型 メソッドと説明
static AliasPathAttributes fromString(String name)

エイリアスパス属性を文字列形式から作成または検索します。

static java.util.Collection<AliasPathAttributes> values()

メソッドの継承元: com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

フィールドの詳細

MODIFIABLE

public static final AliasPathAttributes MODIFIABLE

AliasPathAttributes に対して変更可能な静的値。

NONE

public static final AliasPathAttributes NONE

AliasPathAttributes の静的値 None。

コンストラクターの詳細

AliasPathAttributes

public AliasPathAttributes()

メソッドの詳細

fromString

public static AliasPathAttributes fromString(String name)

AliasPathAttributes を文字列表現から作成または検索します。

Parameters:

name - 検索する名前

Returns:

対応する AliasPathAttributes

values

public static Collection values()

Returns:

既知の AliasPathAttributes 値

適用対象