Class DeleteDataFlowDebugSessionRequest

java.lang.Object
com.azure.analytics.synapse.artifacts.models.DeleteDataFlowDebugSessionRequest

public final class DeleteDataFlowDebugSessionRequest extends Object
Request body structure for deleting data flow debug session.
  • Constructor Details

    • DeleteDataFlowDebugSessionRequest

      public DeleteDataFlowDebugSessionRequest()
  • Method Details

    • getSessionId

      public String getSessionId()
      Get the sessionId property: The ID of data flow debug session.
      Returns:
      the sessionId value.
    • setSessionId

      public DeleteDataFlowDebugSessionRequest setSessionId(String sessionId)
      Set the sessionId property: The ID of data flow debug session.
      Parameters:
      sessionId - the sessionId value to set.
      Returns:
      the DeleteDataFlowDebugSessionRequest object itself.
    • getDataFlowName

      public String getDataFlowName()
      Get the dataFlowName property: The data flow which contains the debug session.
      Returns:
      the dataFlowName value.
    • setDataFlowName

      public DeleteDataFlowDebugSessionRequest setDataFlowName(String dataFlowName)
      Set the dataFlowName property: The data flow which contains the debug session.
      Parameters:
      dataFlowName - the dataFlowName value to set.
      Returns:
      the DeleteDataFlowDebugSessionRequest object itself.