你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BackendContractProperties interface
提供给“创建后端”操作的参数。
- 扩展
属性
protocol | 后端通信协议。 |
url | 后端的运行时 URL。 |
继承属性
credentials | 后端凭据协定属性 |
description | 后端说明。 |
properties | 后端属性协定 |
proxy | 后端网关协定属性 |
resource |
外部系统中资源的管理 URI。 此 URL 可以是逻辑应用、函数应用或 API 应用的 Arm 资源 ID。 |
title | 后端标题。 |
tls | 后端 TLS 属性 |
属性详细信息
protocol
后端通信协议。
protocol: string
属性值
string
url
后端的运行时 URL。
url: string
属性值
string
继承属性详细信息
credentials
后端凭据协定属性
credentials?: BackendCredentialsContract
属性值
description
properties
proxy
resourceId
外部系统中资源的管理 URI。 此 URL 可以是逻辑应用、函数应用或 API 应用的 Arm 资源 ID。
resourceId?: string
属性值
string