Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowDebugPackage
-
Packages that use DataFlowDebugPackage Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlowDebugPackage in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type DataFlowDebugPackage Modifier and Type Method Description AddDataFlowToDebugSessionResponseInner
DataFlowDebugSessionsClient. 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
Methods in com.azure.resourcemanager.datafactory.models that return DataFlowDebugPackage Modifier and Type Method Description DataFlowDebugPackage
DataFlowDebugPackage. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Request body structure for starting data flow debug session.DataFlowDebugPackage
DataFlowDebugPackage. withDataFlow(DataFlowDebugResource dataFlow)
Set the dataFlow property: Data flow instance.DataFlowDebugPackage
DataFlowDebugPackage. withDataFlows(List<DataFlowDebugResource> dataFlows)
Set the dataFlows property: List of Data flows.DataFlowDebugPackage
DataFlowDebugPackage. withDatasets(List<DatasetDebugResource> datasets)
Set the datasets property: List of datasets.DataFlowDebugPackage
DataFlowDebugPackage. withDebugSettings(DataFlowDebugPackageDebugSettings debugSettings)
Set the debugSettings property: Data flow debug settings.DataFlowDebugPackage
DataFlowDebugPackage. withLinkedServices(List<LinkedServiceDebugResource> linkedServices)
Set the linkedServices property: List of linked services.DataFlowDebugPackage
DataFlowDebugPackage. withSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.DataFlowDebugPackage
DataFlowDebugPackage. withStaging(DataFlowStagingInfo staging)
Set the staging property: Staging info for debug session.Methods in com.azure.resourcemanager.datafactory.models with parameters of type DataFlowDebugPackage Modifier and Type Method Description AddDataFlowToDebugSessionResponse
DataFlowDebugSessions. 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.
-