Share via


BackendBaseParameters interface

Backend entity base Parameter set.

Properties

circuitBreaker

Backend Circuit Breaker Configuration

credentials

Backend Credentials Contract Properties

description

Backend Description.

pool
properties

Backend Properties contract

proxy

Backend gateway Contract Properties

resourceId

Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps.

title

Backend Title.

tls

Backend TLS Properties

type

Type of the backend. A backend can be either Single or Pool.

Property Details

circuitBreaker

Backend Circuit Breaker Configuration

circuitBreaker?: BackendCircuitBreaker

Property Value

credentials

Backend Credentials Contract Properties

credentials?: BackendCredentialsContract

Property Value

description

Backend Description.

description?: string

Property Value

string

pool

pool?: BackendBaseParametersPool

Property Value

properties

Backend Properties contract

properties?: BackendProperties

Property Value

proxy

Backend gateway Contract Properties

proxy?: BackendProxyContract

Property Value

resourceId

Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps.

resourceId?: string

Property Value

string

title

Backend Title.

title?: string

Property Value

string

tls

Backend TLS Properties

tls?: BackendTlsProperties

Property Value

type

Type of the backend. A backend can be either Single or Pool.

type?: string

Property Value

string