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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python