ITimeseries Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.TimeseriesTypeConverter))]
public interface ITimeseries : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.TimeseriesTypeConverter))>]
type ITimeseries = interface
interface IJsonSerializable
interface IResource
Public Interface ITimeseries
Implements IResource
- Derived
- Attributes
- Implements
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. (Inherited from IResource) |
| Location |
Resource location. (Inherited from IResource) |
| Name |
Resource name. (Inherited from IResource) |
| StartDateTimeUtc |
The start DateTime of the Timeseries in UTC |
| Tag |
Resource tags. (Inherited from IResource) |
| TimeseriesType |
The type of Timeseries |
| Type |
Resource type. (Inherited from IResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |