Class PolicyType

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

public final class PolicyType extends com.microsoft.rest.ExpandableStringEnum<PolicyType>
Defines values for PolicyType.
  • Field Details

    • NOT_SPECIFIED

      public static final PolicyType NOT_SPECIFIED
      Static value NotSpecified for PolicyType.
    • BUILT_IN

      public static final PolicyType BUILT_IN
      Static value BuiltIn for PolicyType.
    • CUSTOM

      public static final PolicyType CUSTOM
      Static value Custom for PolicyType.
  • Constructor Details

    • PolicyType

      public PolicyType()
  • Method Details

    • fromString

      public static PolicyType fromString(String name)
      Creates or finds a PolicyType from its string representation.
      Parameters:
      name - a name to look for
      Returns:
      the corresponding PolicyType
    • values

      public static Collection<PolicyType> values()
      Returns:
      known PolicyType values