Get App Resiliency Result
data class GetAppResiliencyResult(val circuitBreakerPolicy: CircuitBreakerPolicyResponse? = null, val httpConnectionPool: HttpConnectionPoolResponse? = null, val httpRetryPolicy: HttpRetryPolicyResponse? = null, val id: String, val name: String, val systemData: SystemDataResponse, val tcpConnectionPool: TcpConnectionPoolResponse? = null, val tcpRetryPolicy: TcpRetryPolicyResponse? = null, val timeoutPolicy: TimeoutPolicyResponse? = null, val type: String)
Configuration to setup App Resiliency
Constructors
Link copied to clipboard
constructor(circuitBreakerPolicy: CircuitBreakerPolicyResponse? = null, httpConnectionPool: HttpConnectionPoolResponse? = null, httpRetryPolicy: HttpRetryPolicyResponse? = null, id: String, name: String, systemData: SystemDataResponse, tcpConnectionPool: TcpConnectionPoolResponse? = null, tcpRetryPolicy: TcpRetryPolicyResponse? = null, timeoutPolicy: TimeoutPolicyResponse? = null, type: String)
Properties
Link copied to clipboard
Policy that defines circuit breaker conditions
Link copied to clipboard
Defines parameters for http connection pooling
Link copied to clipboard
Policy that defines http request retry conditions
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Defines parameters for tcp connection pooling
Link copied to clipboard
Policy that defines tcp request retry conditions
Link copied to clipboard
Policy to set request timeouts