次の方法で共有


DurableHttpRequest.Uri プロパティ

定義

Durable 関数によって行われた HTTP 要求で使用される URI。

[Newtonsoft.Json.JsonProperty("uri")]
public Uri Uri { get; }
[<Newtonsoft.Json.JsonProperty("uri")>]
member this.Uri : Uri
Public ReadOnly Property Uri As Uri

プロパティ値

Uri
属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象