你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Connection interface

来自列表的响应和获取连接作

属性

credentials

连接使用的凭据

id

由服务生成的连接的唯一标识符

isDefault

是否将连接标记为其类型的默认连接

metadata

连接的元数据

name

由用户提供的连接的友好名称。

target

要用于此服务的连接 URL

type

连接的类别

属性详细信息

credentials

连接使用的凭据

credentials: BaseCredentialsUnion

属性值

id

由服务生成的连接的唯一标识符

id: string

属性值

string

isDefault

是否将连接标记为其类型的默认连接

isDefault: boolean

属性值

boolean

metadata

连接的元数据

metadata: Record<string, string>

属性值

Record<string, string>

name

由用户提供的连接的友好名称。

name: string

属性值

string

target

要用于此服务的连接 URL

target: string

属性值

string

type

连接的类别

type: ConnectionType

属性值