DataFlowDebugPackage Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DataFlowDebugPackage
- com.
Implements
public final class DataFlowDebugPackage
implements JsonSerializable<DataFlowDebugPackage>
Request body structure for starting data flow debug session.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowDebugPackage() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
Data |
dataFlow()
Get the data |
|
List<Data |
dataFlows()
Get the data |
|
List<Dataset |
datasets()
Get the datasets property: List of datasets. |
|
Data |
debugSettings()
Get the debug |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
|
List<Linked |
linkedServices()
Get the linked |
| String |
sessionId()
Get the session |
|
Data |
staging()
Get the staging property: Staging info for debug session. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Data |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Data |
withDataFlow(DataFlowDebugResource dataFlow)
Set the data |
|
Data |
withDataFlows(List<DataFlowDebugResource> dataFlows)
Set the data |
|
Data |
withDatasets(List<DatasetDebugResource> datasets)
Set the datasets property: List of datasets. |
|
Data |
withDebugSettings(DataFlowDebugPackageDebugSettings debugSettings)
Set the debug |
|
Data |
withLinkedServices(List<LinkedServiceDebugResource> linkedServices)
Set the linked |
|
Data |
withSessionId(String sessionId)
Set the session |
|
Data |
withStaging(DataFlowStagingInfo staging)
Set the staging property: Staging info for debug session. |
Methods inherited from java.lang.Object
Constructor Details
DataFlowDebugPackage
public DataFlowDebugPackage()
Creates an instance of DataFlowDebugPackage class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Request body structure for starting data flow debug session.
Returns:
dataFlow
public DataFlowDebugResource dataFlow()
Get the dataFlow property: Data flow instance.
Returns:
dataFlows
public List<DataFlowDebugResource> dataFlows()
Get the dataFlows property: List of Data flows.
Returns:
datasets
public List<DatasetDebugResource> datasets()
Get the datasets property: List of datasets.
Returns:
debugSettings
public DataFlowDebugPackageDebugSettings debugSettings()
Get the debugSettings property: Data flow debug settings.
Returns:
fromJson
public static DataFlowDebugPackage fromJson(JsonReader jsonReader)
Reads an instance of DataFlowDebugPackage from the JsonReader.
Parameters:
Returns:
Throws:
linkedServices
public List<LinkedServiceDebugResource> linkedServices()
Get the linkedServices property: List of linked services.
Returns:
sessionId
public String sessionId()
Get the sessionId property: The ID of data flow debug session.
Returns:
staging
public DataFlowStagingInfo staging()
Get the staging property: Staging info for debug session.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public DataFlowDebugPackage withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Request body structure for starting data flow debug session.
Parameters:
Returns:
withDataFlow
public DataFlowDebugPackage withDataFlow(DataFlowDebugResource dataFlow)
Set the dataFlow property: Data flow instance.
Parameters:
Returns:
withDataFlows
public DataFlowDebugPackage withDataFlows(List<DataFlowDebugResource> dataFlows)
Set the dataFlows property: List of Data flows.
Parameters:
Returns:
withDatasets
public DataFlowDebugPackage withDatasets(List<DatasetDebugResource> datasets)
Set the datasets property: List of datasets.
Parameters:
Returns:
withDebugSettings
public DataFlowDebugPackage withDebugSettings(DataFlowDebugPackageDebugSettings debugSettings)
Set the debugSettings property: Data flow debug settings.
Parameters:
Returns:
withLinkedServices
public DataFlowDebugPackage withLinkedServices(List<LinkedServiceDebugResource> linkedServices)
Set the linkedServices property: List of linked services.
Parameters:
Returns:
withSessionId
public DataFlowDebugPackage withSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.
Parameters:
Returns:
withStaging
public DataFlowDebugPackage withStaging(DataFlowStagingInfo staging)
Set the staging property: Staging info for debug session.
Parameters:
Returns: