microsoftTunnelServer 资源类型

命名空间:microsoft.graph

重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证

表示单个服务器Microsoft Tunnel的实体

Methods

方法 返回类型 说明
列出 microsoftTunnelServers microsoftTunnelServer 集合 列出 microsoftTunnelServer 对象的属性和 关系。
获取 microsoftTunnelServer microsoftTunnelServer 读取 microsoftTunnelServer 对象的属性和 关系。
创建 microsoftTunnelServer microsoftTunnelServer 创建新的 microsoftTunnelServer 对象。
删除 microsoftTunnelServer 删除 microsoftTunnelServer
更新 microsoftTunnelServer microsoftTunnelServer 更新 microsoftTunnelServer 对象 的属性。
getHealthMetrics 操作 keyLongValuePair 集合 尚未记录
getHealthMetricTimeSeries 操作 metricTimeSeriesDataPoint 集合 尚未记录
createServerLogCollectionRequest 操作 microsoftTunnelServerLogCollectionResponse 尚未记录

属性

属性 类型 说明
id String MicrosoftTunnelServer 的 ID
displayName String MicrosoftTunnelServer 的显示名称
tunnelServerHealthStatus microsoftTunnelServerHealthStatus MicrosoftTunnelServer 的运行状况状态。 可取值为:unknownhealthyunhealthywarningofflineupgradeInProgressupgradeFailed
lastCheckinDateTime DateTimeOffset MicrosoftTunnelServer 上次签入时间
agentImageDigest String 在此服务器上运行的当前代理映像的摘要
serverImageDigest String 在此服务器上运行的当前服务器映像的摘要

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.microsoftTunnelServer",
  "id": "String (identifier)",
  "displayName": "String",
  "tunnelServerHealthStatus": "String",
  "lastCheckinDateTime": "String (timestamp)",
  "agentImageDigest": "String",
  "serverImageDigest": "String"
}