InboundEndpoints interface
連線至裝置的端點。
屬性
| additional |
字串化的 JSON,其中包含連接器要使用的配置(例如 OPC UA、ONVIF)。 |
| address | 端點位址和埠。 這可以是IP位址(例如192.168.1.1)或完全限定功能變數名稱(FQDN,例如 server.example.com)。 |
| authentication | 定義伺服器的客戶端驗證機制。 |
| endpoint |
連接終端節點的類型。 |
| trust |
定義終端節點的伺服器信任設置。 |
| 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
endpointType
連接終端節點的類型。
endpointType: string
屬性值
string
trustSettings
version
與端點關聯的協定版本,例如,1 或 2 表示 endpointType Microsoft.HTTP,3.5 或 5.0 表示 endpointType Microsoft.Mqtt 等。
version?: string
屬性值
string