CreateDataFlowDebugSessionResponse Class

Response body structure for creating data flow debug session.

Inheritance
azure.mgmt.datafactory._serialization.Model
CreateDataFlowDebugSessionResponse

Constructor

CreateDataFlowDebugSessionResponse(*, status: str | None = None, session_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status
str

The state of the debug session.

session_id
str

The ID of data flow debug session.

Variables

Name Description
status
str

The state of the debug session.

session_id
str

The ID of data flow debug session.