DeleteDataFlowDebugSessionRequest Class
Request body structure for deleting data flow debug session.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDeleteDataFlowDebugSessionRequest
Constructor
DeleteDataFlowDebugSessionRequest(*, session_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
session_id
|
The ID of data flow debug session. |
Variables
Name | Description |
---|---|
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