Share via


DurableHttpRequest.HttpRetryOptions Property

Definition

Defines retry policy for handling of failures in making the HTTP Request. These could be non-successful HTTP status codes in the response, a timeout in making the HTTP call, or an exception raised from the HTTP Client library.

[Newtonsoft.Json.JsonProperty("retryOptions")]
public Microsoft.Azure.WebJobs.Extensions.DurableTask.HttpRetryOptions HttpRetryOptions { get; }
[<Newtonsoft.Json.JsonProperty("retryOptions")>]
member this.HttpRetryOptions : Microsoft.Azure.WebJobs.Extensions.DurableTask.HttpRetryOptions
Public ReadOnly Property HttpRetryOptions As HttpRetryOptions

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to