DeviceInsight Class

Definition

Device insight report.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.DeviceInsightTypeConverter))]
public class DeviceInsight : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IDeviceInsight
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.DeviceInsightTypeConverter))>]
type DeviceInsight = class
    interface IDeviceInsight
    interface IJsonSerializable
Public Class DeviceInsight
Implements IDeviceInsight
Inheritance
DeviceInsight
Attributes
Implements

Constructors

Name Description
DeviceInsight()

Creates an new DeviceInsight instance.

Properties

Name Description
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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeviceInsight.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeviceInsight.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IDeviceInsight.

FromJsonString(String)

Creates a new instance of DeviceInsight, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeviceInsight into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to