Share via


PredictiveValue Class

Definition

Represents a predictive metric value in the given bucket.

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

Properties

TimeStamp

the timestamp for the metric value in ISO 8601 format.

Value

Predictive value in this time bucket.

Explicit Interface Implementations

IJsonModel<PredictiveValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PredictiveValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PredictiveValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PredictiveValue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PredictiveValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to