次の方法で共有


JobInformationBasic.Result プロパティ

定義

ジョブの実行結果または実行中のジョブの現在の結果を取得します。 使用可能な値には、'None'、'Succeeded'、'Cancelled'、'Failed' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="result")]
public Microsoft.Azure.Management.DataLake.Analytics.Models.JobResult? Result { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="result")>]
member this.Result : Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.JobResult>
Public ReadOnly Property Result As Nullable(Of JobResult)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象