Megosztás a következőn keresztül:


PredictiveValue Class

Definition

Represents a predictive metric value in the given bucket.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.PredictiveValueTypeConverter))]
public class PredictiveValue : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.PredictiveValueTypeConverter))>]
type PredictiveValue = class
    interface IPredictiveValue
    interface IJsonSerializable
Public Class PredictiveValue
Implements IPredictiveValue
Inheritance
PredictiveValue
Attributes
Implements

Constructors

PredictiveValue()

Creates an new PredictiveValue instance.

Properties

TimeStamp

the timestamp for the metric value in ISO 8601 format.

Value

Predictive value in this time bucket.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PredictiveValue.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PredictiveValue.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.IPredictiveValue.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PredictiveValue into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to