powershell - 用于在管道中跨数据集循环的 Azure PowerShell 代码

标签 powershell azure azure-powershell azure-data-factory

我得到了下面的代码来循环Azure数据工厂中的数据集

Get-AzureRmDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" 

但是,我需要循环属于特定管道的数据集。 没能捕获它。

最佳答案

数据集可以从同一工厂内的多个管道引用,因此要查找特定管道引用的数据集,您需要分析该管道本身。每个管道都有一个事件列表,每个事件都有一个输入和输出列表,每个列表都是一个数据集引用。

关于powershell - 用于在管道中跨数据集循环的 Azure PowerShell 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47576813/

相关文章:

powershell - 术语 'New-AzureRmUserAssignedIdentity' 未被识别为名称

powershell - PowerShell 有哪些数据类型?

powershell - 新对象 : Cannot find an overload for “PSCredential” and the argument count: “2”

.net - 使用 DSC 无人值守安装 .net Framework 4.6.2

function - 调用函数时出错

azure - 将文件从 URL 复制到 Azure BLOB

azure - 如何将用户分配到 Azure Active Directory 中所有可能的组?

Azure AD B2C 自定义身份提供商

azure - ForEach - 并行,如何将输出返回/保存到数组

powershell - 使用点对点连接(RM Powershell)将Azure WebApp添加到现有VPN