LastDataReceivedDataType Class

Definition

Data type for last data received

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataTypeTypeConverter))]
public class LastDataReceivedDataType : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ILastDataReceivedDataType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.LastDataReceivedDataTypeTypeConverter))>]
type LastDataReceivedDataType = class
    interface ILastDataReceivedDataType
    interface IJsonSerializable
Public Class LastDataReceivedDataType
Implements ILastDataReceivedDataType
Inheritance
LastDataReceivedDataType
Attributes
Implements

Constructors

LastDataReceivedDataType()

Creates an new LastDataReceivedDataType instance.

Properties

LastDataReceivedQuery

Query for indicate last data received

Name

Name of the data type to show in the graph. can be use with {{graphQueriesTableName}} placeholder

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LastDataReceivedDataType.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LastDataReceivedDataType.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ILastDataReceivedDataType.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LastDataReceivedDataType into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to