ScheduledJob.ParentJobId プロパティ

定義

親オーケストレーションのジョブ ID (存在する場合)。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="parentJobId")]
public string ParentJobId { get; protected internal set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="parentJobId")>]
member this.ParentJobId : string with get, set
Public Property ParentJobId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象