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

ConnectorResourceFormat interface

连接器资源格式。

扩展

属性

connectorId

连接器的 ID。 注意:此属性不会序列化。 它只能由服务器填充。

connectorName

连接器的名称。

connectorProperties

连接器属性。

connectorType

连接器的类型。

created

创建的时间。 注意:此属性不会序列化。 它只能由服务器填充。

description

连接器的说明。

displayName

连接器的显示名称。

isInternal

如果这是内部连接器。

lastModified

上次修改时间。 注意:此属性不会序列化。 它只能由服务器填充。

state

连接器的状态。 注意:此属性不会序列化。 它只能由服务器填充。

tenantId

中心名称。 注意:此属性不会序列化。 它只能由服务器填充。

继承属性

id

资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。

name

资源名称。 注意:此属性不会序列化。 它只能由服务器填充。

type

资源类型。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

connectorId

连接器的 ID。 注意:此属性不会序列化。 它只能由服务器填充。

connectorId?: number

属性值

number

connectorName

连接器的名称。

connectorName?: string

属性值

string

connectorProperties

连接器属性。

connectorProperties?: {[propertyName: string]: Record<string, unknown>}

属性值

{[propertyName: string]: Record<string, unknown>}

connectorType

连接器的类型。

connectorType?: string

属性值

string

created

创建的时间。 注意:此属性不会序列化。 它只能由服务器填充。

created?: Date

属性值

Date

description

连接器的说明。

description?: string

属性值

string

displayName

连接器的显示名称。

displayName?: string

属性值

string

isInternal

如果这是内部连接器。

isInternal?: boolean

属性值

boolean

lastModified

上次修改时间。 注意:此属性不会序列化。 它只能由服务器填充。

lastModified?: Date

属性值

Date

state

连接器的状态。 注意:此属性不会序列化。 它只能由服务器填充。

state?: ConnectorStates

属性值

tenantId

中心名称。 注意:此属性不会序列化。 它只能由服务器填充。

tenantId?: string

属性值

string

继承属性详细信息

id

资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自 ProxyResource.id

name

资源名称。 注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

继承自 ProxyResource.name

type

资源类型。 注意:此属性不会序列化。 它只能由服务器填充。

type?: string

属性值

string

继承自ProxyResource.type