简体   繁体   English

如何获取当前正在运行的管道的 Azure 数据工厂?

[英]how to get Azure Data Factory currently running pipelines?

is there a way to list out all running pipelines (with Run Id) or completed pipelines有没有办法列出所有正在运行的管道(带有运行 ID)或已完成的管道

.Net SDK way preferred .Net SDK方式首选

You will get List of all Azure Data Factory running pipelines using below RunQueryOrderBy .您将使用以下RunQueryOrderBy获得所有 Azure 数据工厂运行管道的列表。

参考 1

Reference:参考:

RunQueryOrderBy Constructor (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers | RunQueryOrderBy 构造函数 (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers | Microsoft Docs 微软文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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