Class GlobalParameterType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<GlobalParameterType>
com.azure.resourcemanager.datafactory.models.GlobalParameterType

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

    • OBJECT

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

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

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

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

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

      public static final GlobalParameterType ARRAY
      Static value Array for GlobalParameterType.
  • Constructor Details

    • GlobalParameterType

      public GlobalParameterType()
  • Method Details

    • fromString

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

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