DataFlowDebugPackageDebugSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.DataFlowDebugPackageDebugSettings

public final class DataFlowDebugPackageDebugSettings

Data flow debug settings.

Constructor Summary

Constructor Description
DataFlowDebugPackageDebugSettings()

Creates an instance of DataFlowDebugPackageDebugSettings class.

Method Summary

Modifier and Type Method and Description
Object datasetParameters()

Get the datasetParameters property: Parameters for dataset.

Map<String,Object> parameters()

Get the parameters property: Data flow parameters.

List<DataFlowSourceSetting> sourceSettings()

Get the sourceSettings property: Source setting for data flow debug.

void validate()

Validates the instance.

DataFlowDebugPackageDebugSettings withDatasetParameters(Object datasetParameters)

Set the datasetParameters property: Parameters for dataset.

DataFlowDebugPackageDebugSettings withParameters(Map<String,Object> parameters)

Set the parameters property: Data flow parameters.

DataFlowDebugPackageDebugSettings withSourceSettings(List<DataFlowSourceSetting> sourceSettings)

Set the sourceSettings property: Source setting for data flow debug.

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugPackageDebugSettings

public DataFlowDebugPackageDebugSettings()

Creates an instance of DataFlowDebugPackageDebugSettings class.

Method Details

datasetParameters

public Object datasetParameters()

Get the datasetParameters property: Parameters for dataset.

Returns:

the datasetParameters value.

parameters

public Map parameters()

Get the parameters property: Data flow parameters.

Returns:

the parameters value.

sourceSettings

public List sourceSettings()

Get the sourceSettings property: Source setting for data flow debug.

Returns:

the sourceSettings value.

validate

public void validate()

Validates the instance.

withDatasetParameters

public DataFlowDebugPackageDebugSettings withDatasetParameters(Object datasetParameters)

Set the datasetParameters property: Parameters for dataset.

Parameters:

datasetParameters - the datasetParameters value to set.

Returns:

the DataFlowDebugPackageDebugSettings object itself.

withParameters

public DataFlowDebugPackageDebugSettings withParameters(Map parameters)

Set the parameters property: Data flow parameters.

Parameters:

parameters - the parameters value to set.

Returns:

the DataFlowDebugPackageDebugSettings object itself.

withSourceSettings

public DataFlowDebugPackageDebugSettings withSourceSettings(List sourceSettings)

Set the sourceSettings property: Source setting for data flow debug.

Parameters:

sourceSettings - the sourceSettings value to set.

Returns:

the DataFlowDebugPackageDebugSettings object itself.

Applies to