ITimeSeriesElement 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.Metric.Models.TimeSeriesElementTypeConverter))]
public interface ITimeSeriesElement : Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.TimeSeriesElementTypeConverter))>]
type ITimeSeriesElement = interface
interface IJsonSerializable
Public Interface ITimeSeriesElement
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Data |
An array of data points representing the metric values. This is only returned if a result type of data is specified. |
Metadatavalue |
The metadata values returned if $filter was specified in the call. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |