Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.AddDataFlowToDebugSessionResponseInner
-
Packages that use AddDataFlowToDebugSessionResponseInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of AddDataFlowToDebugSessionResponseInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return AddDataFlowToDebugSessionResponseInner Modifier and Type Method Description AddDataFlowToDebugSessionResponseInner
DataFlowDebugSessionsClient. addDataFlow(String resourceGroupName, String factoryName, DataFlowDebugPackage request)
Add a data flow into debug session.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type AddDataFlowToDebugSessionResponseInner Modifier and Type Method Description 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 AddDataFlowToDebugSessionResponseInner in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return AddDataFlowToDebugSessionResponseInner Modifier and Type Method Description AddDataFlowToDebugSessionResponseInner
AddDataFlowToDebugSessionResponseInner. withJobVersion(String jobVersion)
Set the jobVersion property: The ID of data flow debug job version. -
Uses of AddDataFlowToDebugSessionResponseInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return AddDataFlowToDebugSessionResponseInner Modifier and Type Method Description AddDataFlowToDebugSessionResponseInner
AddDataFlowToDebugSessionResponse. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.AddDataFlowToDebugSessionResponseInner object.
-