次の方法で共有


CloudTask.ExecutionInfo プロパティ

定義

Task の実行に関する情報を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="executionInfo")]
public Microsoft.Azure.Batch.Protocol.Models.TaskExecutionInformation ExecutionInfo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="executionInfo")>]
member this.ExecutionInfo : Microsoft.Azure.Batch.Protocol.Models.TaskExecutionInformation with get, set
Public Property ExecutionInfo As TaskExecutionInformation

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象