AddDataFlowToDebugSessionResponse Class
Response body structure for starting data flow debug session.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelAddDataFlowToDebugSessionResponse
Constructor
AddDataFlowToDebugSessionResponse(*, job_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
job_version
|
The ID of data flow debug job version. |
Variables
Name | Description |
---|---|
job_version
|
The ID of data flow debug job version. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python