次の方法で共有


JobRelationshipProperties.RunId プロパティ

定義

このパイプラインのイテレーションの一意識別子である実行識別子 (GUID) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="runId")]
public Guid? RunId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="runId")>]
member this.RunId : Nullable<Guid> with get, set
Public Property RunId As Nullable(Of Guid)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象