Class DataFlowDebugCommandType

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

public final class DataFlowDebugCommandType extends com.azure.core.util.ExpandableStringEnum<DataFlowDebugCommandType>
The command type.
  • Field Details

    • EXECUTE_PREVIEW_QUERY

      public static final DataFlowDebugCommandType EXECUTE_PREVIEW_QUERY
      Static value executePreviewQuery for DataFlowDebugCommandType.
    • EXECUTE_STATISTICS_QUERY

      public static final DataFlowDebugCommandType EXECUTE_STATISTICS_QUERY
      Static value executeStatisticsQuery for DataFlowDebugCommandType.
    • EXECUTE_EXPRESSION_QUERY

      public static final DataFlowDebugCommandType EXECUTE_EXPRESSION_QUERY
      Static value executeExpressionQuery for DataFlowDebugCommandType.
  • Constructor Details

    • DataFlowDebugCommandType

      public DataFlowDebugCommandType()
  • Method Details

    • fromString

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

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