Uses of Interface
com.azure.resourcemanager.datafactory.models.AddDataFlowToDebugSessionResponse
-
Packages that use AddDataFlowToDebugSessionResponse Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of AddDataFlowToDebugSessionResponse in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return AddDataFlowToDebugSessionResponse Modifier and Type Method Description AddDataFlowToDebugSessionResponse
DataFlowDebugSessions. addDataFlow(String resourceGroupName, String factoryName, DataFlowDebugPackage request)
Add a data flow into debug session.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type AddDataFlowToDebugSessionResponse Modifier and Type Method Description 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.
-