你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityInsightsIotDeviceEntity 类

定义

表示 IoT 设备实体。

public class SecurityInsightsIotDeviceEntity : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntity
type SecurityInsightsIotDeviceEntity = class
    inherit SecurityInsightsEntity
Public Class SecurityInsightsIotDeviceEntity
Inherits SecurityInsightsEntity
继承
SecurityInsightsIotDeviceEntity

构造函数

SecurityInsightsIotDeviceEntity()

初始化 SecurityInsightsIotDeviceEntity 的新实例。

属性

AdditionalData

一个自定义字段包,该字段应是实体的一部分,并将呈现给用户。

若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建 { “key”: “value” } 的有效负载。

DeviceId

IoT 中心中的 IoT 设备的 ID。

DeviceName

设备的友好名称。

DeviceType

设备的类型。

EdgeId

边缘设备的 ID。

FirmwareVersion

设备的固件版本。

FriendlyName

图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。

HostEntityId

此设备的主机实体 ID。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
IotHubEntityId

IoT 中心的 AzureResource 实体 ID。

IotSecurityAgentId

在设备上运行的安全代理的 ID。

IPAddressEntityId

IP 实体(如果为此设备)。

MacAddress

设备的 MAC 地址。

Model

设备型号。

Name

资源的名称。

(继承自 ResourceData)
OperatingSystem

设备的操作系统。

Protocols

IoTDevice 实体的协议列表。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
SerialNumber

设备的序列号。

Source

设备的源。

SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
ThreatIntelligence

附加到 IoTDevice 实体的 TI 上下文的列表。

Vendor

设备的供应商。

适用于