DurableHttpRequest.HttpRetryOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET