通过


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

InboundEndpoints interface

用于连接到设备的终结点。

属性

additionalConfiguration

字符串化的 JSON,其中包含连接器要使用的配置(例如 OPC UA、ONVIF)。

address

端点地址和端口。 这可以是 IP 地址(例如 192.168.1.1)或完全限定域名(FQDN,例如 server.example.com)。

authentication

定义服务器的客户端身份验证机制。

endpointType

连接终端节点的类型。

trustSettings

定义终端节点的服务器信任设置。

version

与端点关联的协议版本,例如,1 或 2 表示 endpointType Microsoft.HTTP,3.5 或 5.0 表示 endpointType Microsoft.Mqtt 等。

属性详细信息

additionalConfiguration

字符串化的 JSON,其中包含连接器要使用的配置(例如 OPC UA、ONVIF)。

additionalConfiguration?: string

属性值

string

address

端点地址和端口。 这可以是 IP 地址(例如 192.168.1.1)或完全限定域名(FQDN,例如 server.example.com)。

address: string

属性值

string

authentication

定义服务器的客户端身份验证机制。

authentication?: HostAuthentication

属性值

endpointType

连接终端节点的类型。

endpointType: string

属性值

string

trustSettings

定义终端节点的服务器信任设置。

trustSettings?: TrustSettings

属性值

version

与端点关联的协议版本,例如,1 或 2 表示 endpointType Microsoft.HTTP,3.5 或 5.0 表示 endpointType Microsoft.Mqtt 等。

version?: string

属性值

string