Class DataFlowDebugPackageDebugSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.DataFlowDebugPackageDebugSettings
Data flow debug settings.
-
Constructor Summary
ConstructorDescriptionCreates an instance of DataFlowDebugPackageDebugSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the datasetParameters property: Parameters for dataset.Get the parameters property: Data flow parameters.Get the sourceSettings property: Source setting for data flow debug.void
validate()
Validates the instance.withDatasetParameters
(Object datasetParameters) Set the datasetParameters property: Parameters for dataset.withParameters
(Map<String, Object> parameters) Set the parameters property: Data flow parameters.withSourceSettings
(List<DataFlowSourceSetting> sourceSettings) Set the sourceSettings property: Source setting for data flow debug.
-
Constructor Details
-
DataFlowDebugPackageDebugSettings
public DataFlowDebugPackageDebugSettings()Creates an instance of DataFlowDebugPackageDebugSettings class.
-
-
Method Details
-
sourceSettings
Get the sourceSettings property: Source setting for data flow debug.- Returns:
- the sourceSettings value.
-
withSourceSettings
public DataFlowDebugPackageDebugSettings withSourceSettings(List<DataFlowSourceSetting> sourceSettings) Set the sourceSettings property: Source setting for data flow debug.- Parameters:
sourceSettings
- the sourceSettings value to set.- Returns:
- the DataFlowDebugPackageDebugSettings object itself.
-
parameters
Get the parameters property: Data flow parameters.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Data flow parameters.- Parameters:
parameters
- the parameters value to set.- Returns:
- the DataFlowDebugPackageDebugSettings object itself.
-
datasetParameters
Get the datasetParameters property: Parameters for dataset.- Returns:
- the datasetParameters value.
-
withDatasetParameters
Set the datasetParameters property: Parameters for dataset.- Parameters:
datasetParameters
- the datasetParameters value to set.- Returns:
- the DataFlowDebugPackageDebugSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-