Class EnvironmentType


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

      • PROD

        public static final EnvironmentType PROD
        Static value Prod for EnvironmentType.
      • TEST

        public static final EnvironmentType TEST
        Static value Test 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