Class DataFlowDebugCommandType


  • public final class DataFlowDebugCommandType
    extends com.azure.core.util.ExpandableStringEnum<DataFlowDebugCommandType>
    Defines values for DataFlowDebugCommandType.
    • Field Detail

      • 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 Detail

      • DataFlowDebugCommandType

        public DataFlowDebugCommandType()
    • Method Detail

      • 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.