BackendUpdateParameters interface
Backend update parameters.
Properties
credentials | Backend Credentials Contract Properties |
description | Backend Description. |
properties | Backend Properties contract |
protocol | Backend communication protocol. |
proxy | Backend gateway Contract Properties |
resource |
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 |
url | Runtime Url of the Backend. |
Property Details
credentials
Backend Credentials Contract Properties
credentials?: BackendCredentialsContract
Property Value
description
Backend Description.
description?: string
Property Value
string
properties
protocol
Backend communication protocol.
protocol?: string
Property Value
string
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
url
Runtime Url of the Backend.
url?: string
Property Value
string