Class ParameterType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ParameterType>
com.azure.analytics.synapse.artifacts.models.ParameterType

public final class ParameterType extends com.azure.core.util.ExpandableStringEnum<ParameterType>
Parameter type.
  • Field Details

    • OBJECT

      public static final ParameterType OBJECT
      Static value Object for ParameterType.
    • STRING

      public static final ParameterType STRING
      Static value String for ParameterType.
    • INT

      public static final ParameterType INT
      Static value Int for ParameterType.
    • FLOAT

      public static final ParameterType FLOAT
      Static value Float for ParameterType.
    • BOOL

      public static final ParameterType BOOL
      Static value Bool for ParameterType.
    • ARRAY

      public static final ParameterType ARRAY
      Static value Array for ParameterType.
    • SECURE_STRING

      public static final ParameterType SECURE_STRING
      Static value SecureString 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()
      Gets known ParameterType values.
      Returns:
      known ParameterType values.