你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IncomingRelationship interface
传入关系。
属性
relationship |
用户提供的表示此关系的 ID 的字符串,在源数字孪生体的上下文中是唯一的,即 sourceId + relationshipId 在服务的上下文中是唯一的。 |
relationship |
指向关系的链接,用于删除。 |
relationship |
关系的名称。 |
source |
源数字孪生体的 ID。 |
属性详细信息
relationshipId
用户提供的表示此关系的 ID 的字符串,在源数字孪生体的上下文中是唯一的,即 sourceId + relationshipId 在服务的上下文中是唯一的。
relationshipId?: string
属性值
string
relationshipLink
指向关系的链接,用于删除。
relationshipLink?: string
属性值
string
relationshipName
关系的名称。
relationshipName?: string
属性值
string
sourceId
源数字孪生体的 ID。
sourceId?: string
属性值
string