Get-AzureRmDataFactoryV2ActivityRun输出 [英] Get-AzureRmDataFactoryV2ActivityRun output

查看:76
本文介绍了Get-AzureRmDataFactoryV2ActivityRun输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Get-AzureRmDataFactoryV2ActivityRun  -ResourceGroupName"demoresourcegp"; `
-DataFactoryName"demofactory01"; -PipelineRunId"b4289f53-e436-471a-8ce4-70c1f4cd0797" `
-RunStartedAfter" 2018-10-09" -RunStartedBefore" 2018-10-11"

Get-AzureRmDataFactoryV2ActivityRun  -ResourceGroupName "demoresourcegp" `
-DataFactoryName "demofactory01" -PipelineRunId "b4289f53-e436-471a-8ce4-70c1f4cd0797" `
-RunStartedAfter "2018-10-09" -RunStartedBefore "2018-10-11"

我运行上面的命令并输出

I run the above and the output

ResourceGroupName:demoresourcegp
DataFactoryName :demofactory01
ActivityName     :import_resellers_new_csv
PipelineRunId    :b4289f53-e436-471a-8ce4-70c1f4cd0797
管道名称:import_resellersales_with_polybase
输入            :{源,接收器,enableStaging,stagingSettings ...}
输出           :{dataRead,dataWritten,filesRead,rowsRead ...}
LinkedServiceName:
ActivityRunStart  :10/9/2018 6:13:46 PM
ActivityRunEnd    :10/9/2018 6:19:54 PM
DurationInMs     :367713
状态          :成功
错误            :{errorCode,消息,failureType,目标}

ResourceGroupName : demoresourcegp
DataFactoryName   : demofactory01
ActivityName      : import_resellers_new_csv
PipelineRunId     : b4289f53-e436-471a-8ce4-70c1f4cd0797
PipelineName      : import_resellersales_with_polybase
Input             : {source, sink, enableStaging, stagingSettings...}
Output            : {dataRead, dataWritten, filesRead, rowsRead...}
LinkedServiceName :
ActivityRunStart  : 10/9/2018 6:13:46 PM
ActivityRunEnd    : 10/9/2018 6:19:54 PM
DurationInMs      : 367713
Status            : Succeeded
Error             : {errorCode, message, failureType, target}

如何进一步读取输出: ,输出" ,错误" ??

how to further read the output : "Input" , "Output" , "Error"??

推荐答案

您好,您可以尝试将结果保存到变量中,例如

Hi, you can try to save the result into an variable like


run = Get-AzureRmDataFactoryV2ActivityRun ... ....

然后读取输入和输出来自此变量,例如

Then read the input and output from this variable like


run.Input,
run.Input,


这篇关于Get-AzureRmDataFactoryV2ActivityRun输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆