ITimeseriesProperties 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.TimeseriesPropertiesTypeConverter))]
public interface ITimeseriesProperties : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.TimeseriesPropertiesTypeConverter))>]
type ITimeseriesProperties = interface
interface IJsonSerializable
Public Interface ITimeseriesProperties
Implements IJsonSerializable
- 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 |
| 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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |