GetAppResiliencyResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

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

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"