Class DeleteDataFlowDebugSessionRequest

java.lang.Object
com.azure.resourcemanager.datafactory.models.DeleteDataFlowDebugSessionRequest

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

    • DeleteDataFlowDebugSessionRequest

      public DeleteDataFlowDebugSessionRequest()
  • Method Details

    • sessionId

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

      public DeleteDataFlowDebugSessionRequest withSessionId(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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.