MonitorTimeSeriesBaseline Class
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.
The baseline values for a single time series.
public class MonitorTimeSeriesBaseline : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.MonitorTimeSeriesBaseline>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.MonitorTimeSeriesBaseline>
type MonitorTimeSeriesBaseline = class
interface IJsonModel<MonitorTimeSeriesBaseline>
interface IPersistableModel<MonitorTimeSeriesBaseline>
Public Class MonitorTimeSeriesBaseline
Implements IJsonModel(Of MonitorTimeSeriesBaseline), IPersistableModel(Of MonitorTimeSeriesBaseline)
- Inheritance
-
MonitorTimeSeriesBaseline
- Implements
Properties
Aggregation |
The aggregation type of the metric. |
Data |
The baseline values for each sensitivity. |
Dimensions |
The dimensions of this time series. |
MetadataValues |
The baseline metadata values. |
Timestamps |
The list of timestamps of the baselines. |
Explicit Interface Implementations
IJsonModel<MonitorTimeSeriesBaseline>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MonitorTimeSeriesBaseline>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MonitorTimeSeriesBaseline>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MonitorTimeSeriesBaseline>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MonitorTimeSeriesBaseline>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET