DataFlowDebugCommandRequest Class
Request body structure for data flow debug command.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDataFlowDebugCommandRequest
Constructor
DataFlowDebugCommandRequest(*, session_id: str | None = None, command: str | _models.DataFlowDebugCommandType | None = None, command_payload: _models.DataFlowDebugCommandPayload | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
session_id
|
The ID of data flow debug session. |
command
|
The command type. Known values are: "executePreviewQuery", "executeStatisticsQuery", and "executeExpressionQuery". |
command_payload
|
The command payload object. |
Variables
Name | Description |
---|---|
session_id
|
The ID of data flow debug session. |
command
|
The command type. Known values are: "executePreviewQuery", "executeStatisticsQuery", and "executeExpressionQuery". |
command_payload
|
The command payload object. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python