Class ParameterType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ParameterType>
com.azure.media.videoanalyzer.edge.models.ParameterType

public final class ParameterType extends ExpandableStringEnum<ParameterType>
Defines values for ParameterType.
  • Field Details

    • STRING

      public static final ParameterType STRING
      Static value string for ParameterType.
    • SECRET_STRING

      public static final ParameterType SECRET_STRING
      Static value secretString for ParameterType.
    • INT

      public static final ParameterType INT
      Static value int for ParameterType.
    • DOUBLE

      public static final ParameterType DOUBLE
      Static value double for ParameterType.
    • BOOL

      public static final ParameterType BOOL
      Static value bool for ParameterType.
  • Constructor Details

    • ParameterType

      public ParameterType()
  • Method Details

    • fromString

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

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