Share via


Timeseries Class

Definition

Defines the Timeseries

[Microsoft.Rest.Serialization.JsonTransformation]
public class Timeseries : Microsoft.Azure.Management.FrontDoor.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Timeseries = class
    inherit Resource
Public Class Timeseries
Inherits Resource
Inheritance
Timeseries
Attributes

Constructors

Timeseries()

Initializes a new instance of the Timeseries class.

Timeseries(String, String, String, String, IDictionary<String,String>, String, String, String, String, String, String, IList<TimeseriesDataPoint>)

Initializes a new instance of the Timeseries class.

Properties

AggregationInterval

Gets or sets the aggregation interval of the Timeseries Possible values include: 'Hourly', 'Daily'

Country

Gets or sets the country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html

EndDateTimeUtc

Gets or sets the end DateTime of the Timeseries in UTC

Endpoint

Gets or sets the endpoint associated with the Timeseries data point

Id

Gets resource ID.

(Inherited from Resource)
Location

Gets or sets resource location.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
StartDateTimeUtc

Gets or sets the start DateTime of the Timeseries in UTC

Tags

Gets or sets resource tags.

(Inherited from Resource)
TimeseriesData

Gets or sets the set of data points for the timeseries

TimeseriesType

Gets or sets the type of Timeseries Possible values include: 'MeasurementCounts', 'LatencyP50', 'LatencyP75', 'LatencyP95'

Type

Gets resource type.

(Inherited from Resource)

Applies to