cloudPcOnPremisesConnectionStatusDetail 资源类型

命名空间:microsoft.graph

cloudPcOnPremisesConnection 的状态详细信息。

重要

本地网络连接 已重命名为 Azure 网络连接。 此处的 cloudPcOnPremisesConnection 对象等效于云电脑产品的 Azure 网络连接

属性

属性 类型 说明
endDateTime DateTimeOffset 连接运行状况检查结束时间。 时间戳以 ISO 8601 格式和协调世界时 (UTC) 显示。 例如,2014 年 1 月 1 日午夜 UTC 显示为 2014-01-01T00:00:00Z。 只读。
healthChecks cloudPcOnPremisesConnectionHealthCheck 集合 已对连接运行的所有检查的列表。 只读。
startDateTime DateTimeOffset 运行状况检查的开始时间。 时间戳以 ISO 8601 格式和协调世界时 (UTC) 显示。 例如,2014 年 1 月 1 日午夜 UTC 显示为 2014-01-01T00:00:00Z。 只读。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.cloudPcOnPremisesConnectionStatusDetail",
  "startDateTime": "String (timestamp)",
  "endDateTime": "String (timestamp)",
  "healthChecks": [
    {
      "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck",
      "displayName": "String",
      "status": "String",
      "startDateTime": "String (timestamp)",
      "endDateTime": "String (timestamp)",
      "errorType": "String",
      "recommendedAction": "String",
      "additionalDetail": "String",
      "correlationId": "String"
    }
  ]
}