IPredictiveResponse Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.PredictiveResponseTypeConverter))]
public interface IPredictiveResponse : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.PredictiveResponseTypeConverter))>]
type IPredictiveResponse = interface
    interface IJsonSerializable
Public Interface IPredictiveResponse
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Data

the value of the collection.

Interval

The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made.

MetricName

The metrics being queried

TargetResourceId

resource of the predictive metric.

Timespan

The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to