简体   繁体   中英

Rerun activity in Azure Data Factory V2 using .net sdk

I am trying to rerun activity in Azure Data Factory as in this article - https://azure.microsoft.com/en-us/blog/rerun-activities-inside-your-data-factory-pipelines/ There is manually example, but I want provide this process automatically using .net sdk. Could you provide examples, links or any information how to rerun activities using .net sdk

Thank you for any help or suggestions!

I know your concern, the activity could be rerun based on the statement in the video clearly. So,you definitely know how to do the operations in the ADF UI .

If you refer to the source code reference of ADF ,you can't find any methods related to Activity Run.

在此处输入图像描述

In fact, it is set up by the startActivityName property in the IPipelinesOperations.CreateRunWithHttpMessagesAsync method.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM