DataFlowDebugPackage Class

Request body structure for starting data flow debug session.

Inheritance
azure.mgmt.datafactory._serialization.Model
DataFlowDebugPackage

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
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

session_id
str

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
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

session_id
str

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.