failureInfo 资源类型

命名空间:microsoft.graph.callRecords

表示有关调用或部分调用失败的原因的信息。

属性

属性 类型 说明
reason String 呼叫或部分呼叫失败原因的分类。
阶段 microsoft.graph.callRecords.failureStage 发生故障时的阶段。 可能的值是:unknowncallSetupmidcallunknownFutureValue

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "reason": "String",
  "stage": "String"
}