Interface DataFlowDebugCommandResponse


  • public interface DataFlowDebugCommandResponse
    An immutable client-side representation of DataFlowDebugCommandResponse.
    • Method Detail

      • status

        String status()
        Gets the status property: The run status of data preview, statistics or expression preview.
        Returns:
        the status value.
      • data

        String data()
        Gets the data property: The result data of data preview, statistics or expression preview.
        Returns:
        the data value.
      • innerModel

        DataFlowDebugCommandResponseInner innerModel()
        Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner object.
        Returns:
        the inner object.