你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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