Timeseries 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 Timeseries
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.TimeseriesTypeConverter))]
public class Timeseries : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ITimeseries, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.TimeseriesTypeConverter))>]
type Timeseries = class
interface ITimeseries
interface IJsonSerializable
interface IResource
interface IValidates
Public Class Timeseries
Implements ITimeseries, IValidates
- Inheritance
-
Timeseries
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Timeseries() |
Creates an new Timeseries 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 |
| Data |
The set of data points for the timeseries |
| EndDateTimeUtc |
The end DateTime of the Timeseries in UTC |
| Endpoint |
The endpoint associated with the Timeseries data point |
| Id |
Resource ID. |
| Location |
Resource location. |
| Name |
Resource name. |
| ResourceGroupName |
Gets the resource group name |
| StartDateTimeUtc |
The start DateTime of the Timeseries in UTC |
| Tag |
Resource tags. |
| TimeseriesType |
The type of Timeseries |
| Type |
Resource type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Timeseries. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Timeseries. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ITimeseries. |
| FromJsonString(String) |
Creates a new instance of Timeseries, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of Timeseries into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |