callRoute 资源类型
命名空间:microsoft.graph
表示呼叫路由类型。
属性
属性 | 类型 | 说明 |
---|---|---|
最后 | identitySet | 在调用中解析为 的标识。 |
源语言 | identitySet | 最初在调用中使用的标识。 |
routingType | String | 可取值为:forwarded 、lookup 、selfFork 。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"final": {"@odata.type": "#microsoft.graph.identitySet"},
"original": {"@odata.type": "#microsoft.graph.identitySet"},
"routingType": "forwarded | lookup | selfFork"
}