Uses of Class
com.azure.analytics.synapse.artifacts.models.AddDataFlowToDebugSessionResponse
Package
Description
Package containing the classes for ArtifactsClient.
Package containing the data models for ArtifactsClient.
-
Uses of AddDataFlowToDebugSessionResponse in com.azure.analytics.synapse.artifacts
Modifier and TypeMethodDescriptionDataFlowDebugSessionClient.addDataFlow
(DataFlowDebugPackage request) Add a data flow into debug session.Modifier and TypeMethodDescriptionDataFlowDebugSessionAsyncClient.addDataFlow
(DataFlowDebugPackage request) Add a data flow into debug session.Mono<com.azure.core.http.rest.Response<AddDataFlowToDebugSessionResponse>>
DataFlowDebugSessionAsyncClient.addDataFlowWithResponse
(DataFlowDebugPackage request) Add a data flow into debug session.com.azure.core.http.rest.Response<AddDataFlowToDebugSessionResponse>
DataFlowDebugSessionClient.addDataFlowWithResponse
(DataFlowDebugPackage request, com.azure.core.util.Context context) Add a data flow into debug session. -
Uses of AddDataFlowToDebugSessionResponse in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionAddDataFlowToDebugSessionResponse.setJobVersion
(String jobVersion) Set the jobVersion property: The ID of data flow debug job version.