LastDataReceivedDataType Class

Definition

Data type for last data received.

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

Constructors

LastDataReceivedDataType()

Initializes a new instance of LastDataReceivedDataType.

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.

Explicit Interface Implementations

IJsonModel<LastDataReceivedDataType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LastDataReceivedDataType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LastDataReceivedDataType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LastDataReceivedDataType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LastDataReceivedDataType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to