BackendContractProperties interface

Parameters supplied to the Create Backend operation.

Extends

Properties

protocol

Backend communication protocol.

url

Runtime Url of the Backend.

Inherited Properties

credentials

Backend Credentials Contract Properties

description

Backend Description.

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

Property Details

protocol

Backend communication protocol.

protocol: string

Property Value

string

url

Runtime Url of the Backend.

url: string

Property Value

string

Inherited Property Details

credentials

Backend Credentials Contract Properties

credentials?: BackendCredentialsContract

Property Value

Inherited From BackendBaseParameters.credentials

description

Backend Description.

description?: string

Property Value

string

Inherited From BackendBaseParameters.description

properties

Backend Properties contract

properties?: BackendProperties

Property Value

Inherited From BackendBaseParameters.properties

proxy

Backend gateway Contract Properties

proxy?: BackendProxyContract

Property Value

Inherited From BackendBaseParameters.proxy

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

Inherited From BackendBaseParameters.resourceId

title

Backend Title.

title?: string

Property Value

string

Inherited From BackendBaseParameters.title

tls

Backend TLS Properties

tls?: BackendTlsProperties

Property Value

Inherited From BackendBaseParameters.tls