Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowDebugPackage
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of DataFlowDebugPackage in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionDataFlowDebugSessionsClient.addDataFlow
(String resourceGroupName, String factoryName, DataFlowDebugPackage request) Add a data flow into debug session.com.azure.core.http.rest.Response<AddDataFlowToDebugSessionResponseInner>
DataFlowDebugSessionsClient.addDataFlowWithResponse
(String resourceGroupName, String factoryName, DataFlowDebugPackage request, com.azure.core.util.Context context) Add a data flow into debug session. -
Uses of DataFlowDebugPackage in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDataFlowDebugPackage.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Request body structure for starting data flow debug session.DataFlowDebugPackage.withDataFlow
(DataFlowDebugResource dataFlow) Set the dataFlow property: Data flow instance.DataFlowDebugPackage.withDataFlows
(List<DataFlowDebugResource> dataFlows) Set the dataFlows property: List of Data flows.DataFlowDebugPackage.withDatasets
(List<DatasetDebugResource> datasets) Set the datasets property: List of datasets.DataFlowDebugPackage.withDebugSettings
(DataFlowDebugPackageDebugSettings debugSettings) Set the debugSettings property: Data flow debug settings.DataFlowDebugPackage.withLinkedServices
(List<LinkedServiceDebugResource> linkedServices) Set the linkedServices property: List of linked services.DataFlowDebugPackage.withSessionId
(String sessionId) Set the sessionId property: The ID of data flow debug session.DataFlowDebugPackage.withStaging
(DataFlowStagingInfo staging) Set the staging property: Staging info for debug session.Modifier and TypeMethodDescriptionDataFlowDebugSessions.addDataFlow
(String resourceGroupName, String factoryName, DataFlowDebugPackage request) Add a data flow into debug session.com.azure.core.http.rest.Response<AddDataFlowToDebugSessionResponse>
DataFlowDebugSessions.addDataFlowWithResponse
(String resourceGroupName, String factoryName, DataFlowDebugPackage request, com.azure.core.util.Context context) Add a data flow into debug session.