我需要使用 PowerShell检查fromVirtual Network是什么。我知道有 cmdlet:Integration RuntimeAzure Data Factory
Get-AzureRmDataFactoryV2IntegrationRuntime -ResourceGroupName $rgName -DataFactoryName $dfName
这给我带来了我的 ADF 的 IR 列表,但我发现它有点有限。是否有任何通用方法来获取 IR 的子网和虚拟网络?
更新 1:就我而言,它是一个Self Hosted Integration Runtime.

