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

SphereDeviceInsight Class

Definition

Device insight report.

public class SphereDeviceInsight : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sphere.Models.SphereDeviceInsight>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sphere.Models.SphereDeviceInsight>
public class SphereDeviceInsight
type SphereDeviceInsight = class
    interface IJsonModel<SphereDeviceInsight>
    interface IPersistableModel<SphereDeviceInsight>
type SphereDeviceInsight = class
Public Class SphereDeviceInsight
Implements IJsonModel(Of SphereDeviceInsight), IPersistableModel(Of SphereDeviceInsight)
Public Class SphereDeviceInsight
Inheritance
SphereDeviceInsight
Implements

Properties

Description

Event description.

DeviceId

Device ID.

EndTimestampUtc

Event end timestamp.

EventCategory

Event category.

EventClass

Event class.

EventCount

Event count.

EventType

Event type.

StartTimestampUtc

Event start timestamp.

Explicit Interface Implementations

IJsonModel<SphereDeviceInsight>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SphereDeviceInsight>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SphereDeviceInsight>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SphereDeviceInsight>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SphereDeviceInsight>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to