DataFlowDebugPackage Class
Request body structure for starting data flow debug session.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDataFlowDebugPackage
Constructor
DataFlowDebugPackage(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, session_id: str | None = None, data_flow: _models.DataFlowDebugResource | None = None, data_flows: List[_models.DataFlowDebugResource] | None = None, datasets: List[_models.DatasetDebugResource] | None = None, linked_services: List[_models.LinkedServiceDebugResource] | None = None, staging: _models.DataFlowStagingInfo | None = None, debug_settings: _models.DataFlowDebugPackageDebugSettings | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
session_id
|
The ID of data flow debug session. |
data_flow
|
Data flow instance. |
data_flows
|
List of Data flows. |
datasets
|
List of datasets. |
linked_services
|
List of linked services. |
staging
|
Staging info for debug session. |
debug_settings
|
Data flow debug settings. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
session_id
|
The ID of data flow debug session. |
data_flow
|
Data flow instance. |
data_flows
|
List of Data flows. |
datasets
|
List of datasets. |
linked_services
|
List of linked services. |
staging
|
Staging info for debug session. |
debug_settings
|
Data flow debug settings. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python