次の方法で共有


DurableOrchestrationStatus.Input プロパティ

定義

オーケストレーター関数インスタンスの入力を取得します。

public Newtonsoft.Json.Linq.JToken Input { get; set; }
member this.Input : Newtonsoft.Json.Linq.JToken with get, set
Public Property Input As JToken

プロパティ値

Newtonsoft.Json.Linq.JToken

入力は、 または null 入力が指定されていない場合は のいずれかですJToken

適用対象