I need to write a java application code using Azure Java SDK, to connect to Azure Data Factory to run the pipeline, to get the status of pipeline and to cancel the pipeline. I need a sample code for this.
I am new to Azure Java SDK. I need a sample java application code that connects to Azure Data Factory.
Azure Data Factory has management REST APIs and language specific SDKs for for the APIs. So, you could use the SDK or call the APIs using Java to do the operations that you have mentioned. For e.g. to start run of a pipeline you can check this.