Interface Timeseries
public interface Timeseries
An immutable client-side representation of Timeseries.
-
Method Summary
Modifier and TypeMethodDescriptionGets the aggregationInterval property: The aggregation interval of the Timeseries.country()
Gets the country property: The country associated with the Timeseries.Gets the endDateTimeUtc property: The end DateTime of the Timeseries in UTC.endpoint()
Gets the endpoint property: The endpoint associated with the Timeseries data point.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.TimeseriesInner object.location()
Gets the location property: The geo-location where the resource lives.name()
Gets the name property: The name of the resource.Gets the startDateTimeUtc property: The start DateTime of the Timeseries in UTC.tags()
Gets the tags property: Resource tags.Gets the timeseriesData property: The set of data points for the timeseries.Gets the timeseriesType property: The type of Timeseries.type()
Gets the type property: The type of the resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
location
String location()Gets the location property: The geo-location where the resource lives.- Returns:
- the location value.
-
tags
Gets the tags property: Resource tags.- Returns:
- the tags value.
-
endpoint
String endpoint()Gets the endpoint property: The endpoint associated with the Timeseries data point.- Returns:
- the endpoint value.
-
startDateTimeUtc
String startDateTimeUtc()Gets the startDateTimeUtc property: The start DateTime of the Timeseries in UTC.- Returns:
- the startDateTimeUtc value.
-
endDateTimeUtc
String endDateTimeUtc()Gets the endDateTimeUtc property: The end DateTime of the Timeseries in UTC.- Returns:
- the endDateTimeUtc value.
-
aggregationInterval
AggregationInterval aggregationInterval()Gets the aggregationInterval property: The aggregation interval of the Timeseries.- Returns:
- the aggregationInterval value.
-
timeseriesType
TimeseriesType timeseriesType()Gets the timeseriesType property: The type of Timeseries.- Returns:
- the timeseriesType value.
-
country
String country()Gets the country property: The country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html.- Returns:
- the country value.
-
timeseriesData
List<TimeseriesDataPoint> timeseriesData()Gets the timeseriesData property: The set of data points for the timeseries.- Returns:
- the timeseriesData value.
-
innerModel
TimeseriesInner innerModel()Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.TimeseriesInner object.- Returns:
- the inner object.
-