CreateDataFlowDebugSessionResponse Class
Response body structure for creating data flow debug session.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelCreateDataFlowDebugSessionResponse
Constructor
CreateDataFlowDebugSessionResponse(*, status: str | None = None, session_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
The state of the debug session. |
session_id
|
The ID of data flow debug session. |
Variables
Name | Description |
---|---|
status
|
The state of the debug session. |
session_id
|
The ID of data flow debug session. |
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