Class DeleteDataFlowDebugSessionRequest
java.lang.Object
com.azure.resourcemanager.datafactory.models.DeleteDataFlowDebugSessionRequest
Request body structure for deleting data flow debug session.
-
Constructor Summary
ConstructorDescriptionCreates an instance of DeleteDataFlowDebugSessionRequest class. -
Method Summary
Modifier and TypeMethodDescriptionGet the sessionId property: The ID of data flow debug session.void
validate()
Validates the instance.withSessionId
(String sessionId) Set the sessionId property: The ID of data flow debug session.
-
Constructor Details
-
DeleteDataFlowDebugSessionRequest
public DeleteDataFlowDebugSessionRequest()Creates an instance of DeleteDataFlowDebugSessionRequest class.
-
-
Method Details
-
sessionId
Get the sessionId property: The ID of data flow debug session.- Returns:
- the sessionId value.
-
withSessionId
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.
-