SphereDeviceInsight Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET