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

public final class ScriptType extends com.azure.core.util.ExpandableStringEnum<ScriptType>
The type of the query. Type: string.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ScriptType
    Static value NonQuery for ScriptType.
    static final ScriptType
    Static value Query for ScriptType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ScriptType
    Creates or finds a ScriptType from its string representation.
    Gets known ScriptType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • QUERY

      public static final ScriptType QUERY
      Static value Query for ScriptType.
    • NON_QUERY

      public static final ScriptType NON_QUERY
      Static value NonQuery for ScriptType.
  • Constructor Details

    • ScriptType

      public ScriptType()
  • Method Details

    • fromString

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

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