Azure 数据工厂 - 通过数据注释查询管道

Azure data factory - query pipeline by data annotations

有没有办法通过数据注释以编程方式查询(使用 .net SDK)运行ning 管道列表?

我可以在 运行 管道时设置数据注释,如解释的那样 here,但不确定如何使用相同的方式查询管道或过滤管道?

根据 API documentation,不支持通过注释查询管道。过滤参数支持如下:

Gets or sets parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart, RunEnd and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and Status, and to query trigger runs are TriggerName, TriggerRunTimestamp and Status. Possible values include: 'PipelineName', 'Status', 'RunStart', 'RunEnd', 'ActivityName', 'ActivityRunStart', 'ActivityRunEnd', 'ActivityType', 'TriggerName', 'TriggerRunTimestamp', 'RunGroupId', 'LatestOnly'