SingleMetricBaseline Class

Definition

The baseline results of a single metric.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SingleMetricBaseline
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SingleMetricBaseline = class
Public Class SingleMetricBaseline
Inheritance
SingleMetricBaseline
Attributes

Constructors

SingleMetricBaseline()

Initializes a new instance of the SingleMetricBaseline class.

SingleMetricBaseline(String, String, String, String, TimeSpan, IList<TimeSeriesBaseline>, String)

Initializes a new instance of the SingleMetricBaseline class.

Properties

Baselines

Gets or sets the baseline for each time series that was queried.

Id

Gets or sets the metric baseline Id.

Interval

Gets or sets 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.

Name

Gets or sets the name of the metric for which the baselines were retrieved.

NamespaceProperty

Gets or sets the namespace of the metrics been queried.

Timespan

Gets or sets 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.

Type

Gets or sets the resource type of the metric baseline resource.

Methods

Validate()

Validate the object.

Applies to