PolicyType クラス

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

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

PolicyType の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final PolicyType BUILT_IN

ポリシーの種類の静的な値が組み込まれています

static final PolicyType CUSTOM

[ポリシーの種類] の [静的な値] [Custom]\(カスタム\) の値。

static final PolicyType NOT_SPECIFIED

ポリシーの種類に静的な値が指定されていません

コンストラクターの概要

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

メソッドの概要

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

文字列表現からポリシーの種類を作成または検索します。

static java.util.Collection<PolicyType> 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

フィールドの詳細

BUILT_IN

public static final PolicyType BUILT_IN

PolicyType の静的な値 BuiltIn。

CUSTOM

public static final PolicyType CUSTOM

PolicyType の静的値 Custom。

NOT_SPECIFIED

public static final PolicyType NOT_SPECIFIED

PolicyType の静的な値 NotSpecified。

コンストラクターの詳細

PolicyType

public PolicyType()

メソッドの詳細

fromString

public static PolicyType fromString(String name)

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

Parameters:

name - 検索する名前

Returns:

対応する PolicyType

values

public static Collection values()

Returns:

既知の PolicyType 値

適用対象