Class EnvironmentType


  • public final class EnvironmentType
    extends com.azure.core.util.ExpandableStringEnum<EnvironmentType>
    Defines values for EnvironmentType.
    • Field Detail

      • CURATED

        public static final EnvironmentType CURATED
        Static value Curated for EnvironmentType.
      • USER_CREATED

        public static final EnvironmentType USER_CREATED
        Static value UserCreated for EnvironmentType.
    • Constructor Detail

      • EnvironmentType

        public EnvironmentType()
    • Method Detail

      • fromString

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

        public static Collection<EnvironmentType> values()
        Gets known EnvironmentType values.
        Returns:
        known EnvironmentType values.