Condividi tramite


DurableHttpRequest.Method Property

Definition

HttpMethod used in the HTTP request made by the Durable Function.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.WebJobs.Extensions.DurableTask.DurableHttpRequest+HttpMethodConverter))]
[Newtonsoft.Json.JsonProperty("method")]
public System.Net.Http.HttpMethod Method { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.WebJobs.Extensions.DurableTask.DurableHttpRequest+HttpMethodConverter))>]
[<Newtonsoft.Json.JsonProperty("method")>]
member this.Method : System.Net.Http.HttpMethod
Public ReadOnly Property Method As HttpMethod

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to