次の方法で共有


RuntimeScriptActionDetail.ExecutionSummary プロパティ

定義

スクリプト アクションの実行結果の概要を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="executionSummary")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ScriptActionExecutionSummary> ExecutionSummary { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="executionSummary")>]
member this.ExecutionSummary : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ScriptActionExecutionSummary>
Public ReadOnly Property ExecutionSummary As IList(Of ScriptActionExecutionSummary)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象