DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration Class
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.
Dapr Component Resiliency Policy HTTP Retry Backoff Configuration.
public class DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration>
type DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration = class
interface IJsonModel<DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration>
interface IPersistableModel<DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration>
Public Class DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration
Implements IJsonModel(Of DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration), IPersistableModel(Of DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration)
- Inheritance
-
DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration
- Implements
Constructors
| Name | Description |
|---|---|
| DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration() |
Initializes a new instance of DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration. |
Properties
| Name | Description |
|---|---|
| InitialDelayInMilliseconds |
The optional initial delay in milliseconds before an operation is retried. |
| MaxIntervalInMilliseconds |
The optional maximum time interval in milliseconds between retry attempts. |