AppResiliencyProperties interface

App Resiliency resource specific properties

Properties

circuitBreakerPolicy

Policy that defines circuit breaker conditions

httpConnectionPool

Defines parameters for http connection pooling

httpRetryPolicy

Policy that defines http request retry conditions

tcpConnectionPool

Defines parameters for tcp connection pooling

tcpRetryPolicy

Policy that defines tcp request retry conditions

timeoutPolicy

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

Property Value

timeoutPolicy

Policy to set request timeouts

timeoutPolicy?: TimeoutPolicy

Property Value