TimeseriesProperties 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.
Defines the properties of a timeseries
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.TimeseriesPropertiesTypeConverter))]
public class TimeseriesProperties : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ITimeseriesProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.TimeseriesPropertiesTypeConverter))>]
type TimeseriesProperties = class
interface ITimeseriesProperties
interface IJsonSerializable
Public Class TimeseriesProperties
Implements ITimeseriesProperties
- Inheritance
-
TimeseriesProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| TimeseriesProperties() |
Creates an new TimeseriesProperties instance. |
Properties
| Name | Description |
|---|---|
| AggregationInterval |
The aggregation interval of the Timeseries |
| Country |
The country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html |
| EndDateTimeUtc |
The end DateTime of the Timeseries in UTC |
| Endpoint |
The endpoint associated with the Timeseries data point |
| StartDateTimeUtc |
The start DateTime of the Timeseries in UTC |
| TimeseriesData |
The set of data points for the timeseries |
| TimeseriesType |
The type of Timeseries |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TimeseriesProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TimeseriesProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ITimeseriesProperties. |
| FromJsonString(String) |
Creates a new instance of TimeseriesProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of TimeseriesProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |