IPredictiveResponse Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |