AppResiliencyProperties interface
App Resiliency resource specific properties
Properties
| circuit |
Policy that defines circuit breaker conditions |
| http |
Defines parameters for http connection pooling |
| http |
Policy that defines http request retry conditions |
| tcp |
Defines parameters for tcp connection pooling |
| tcp |
Policy that defines tcp request retry conditions |
| timeout |
Policy to set request timeouts |
Property Details
circuitBreakerPolicy
Policy that defines circuit breaker conditions
circuitBreakerPolicy?: CircuitBreakerPolicy
Property Value
httpConnectionPool
Defines parameters for http connection pooling
httpConnectionPool?: HttpConnectionPool
Property Value
httpRetryPolicy
Policy that defines http request retry conditions
httpRetryPolicy?: HttpRetryPolicy
Property Value
tcpConnectionPool
Defines parameters for tcp connection pooling
tcpConnectionPool?: TcpConnectionPool
Property Value
tcpRetryPolicy
Policy that defines tcp request retry conditions
tcpRetryPolicy?: TcpRetryPolicy