TimeseriesInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. frontdoor. fluent. models. TimeseriesInner
- com.
- com.
- com.
public final class TimeseriesInner
extends Resource
Defines the Timeseries.
Constructor Summary
| Constructor | Description |
|---|---|
| TimeseriesInner() |
Creates an instance of Timeseries |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Aggregation |
aggregationInterval()
Get the aggregation |
| String |
country()
Get the country property: The country associated with the Timeseries. |
| String |
endDateTimeUtc()
Get the end |
| String |
endpoint()
Get the endpoint property: The endpoint associated with the Timeseries data point. |
| String |
startDateTimeUtc()
Get the start |
|
List<Timeseries |
timeseriesData()
Get the timeseries |
|
Timeseries |
timeseriesType()
Get the timeseries |
| void |
validate()
Validates the instance. |
|
Timeseries |
withAggregationInterval(AggregationInterval aggregationInterval)
Set the aggregation |
|
Timeseries |
withCountry(String country)
Set the country property: The country associated with the Timeseries. |
|
Timeseries |
withEndDateTimeUtc(String endDateTimeUtc)
Set the end |
|
Timeseries |
withEndpoint(String endpoint)
Set the endpoint property: The endpoint associated with the Timeseries data point. |
|
Timeseries |
withLocation(String location) |
|
Timeseries |
withStartDateTimeUtc(String startDateTimeUtc)
Set the start |
|
Timeseries |
withTags(Map<String,String> tags) |
|
Timeseries |
withTimeseriesData(List<TimeseriesDataPoint> timeseriesData)
Set the timeseries |
|
Timeseries |
withTimeseriesType(TimeseriesType timeseriesType)
Set the timeseries |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
TimeseriesInner
public TimeseriesInner()
Creates an instance of TimeseriesInner class.
Method Details
aggregationInterval
public AggregationInterval aggregationInterval()
Get the aggregationInterval property: The aggregation interval of the Timeseries.
Returns:
country
public String country()
Get 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:
endDateTimeUtc
public String endDateTimeUtc()
Get the endDateTimeUtc property: The end DateTime of the Timeseries in UTC.
Returns:
endpoint
public String endpoint()
Get the endpoint property: The endpoint associated with the Timeseries data point.
Returns:
startDateTimeUtc
public String startDateTimeUtc()
Get the startDateTimeUtc property: The start DateTime of the Timeseries in UTC.
Returns:
timeseriesData
public List<TimeseriesDataPoint> timeseriesData()
Get the timeseriesData property: The set of data points for the timeseries.
Returns:
timeseriesType
public TimeseriesType timeseriesType()
Get the timeseriesType property: The type of Timeseries.
Returns:
validate
public void validate()
Validates the instance.
withAggregationInterval
public TimeseriesInner withAggregationInterval(AggregationInterval aggregationInterval)
Set the aggregationInterval property: The aggregation interval of the Timeseries.
Parameters:
Returns:
withCountry
public TimeseriesInner withCountry(String country)
Set 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.
Parameters:
Returns:
withEndDateTimeUtc
public TimeseriesInner withEndDateTimeUtc(String endDateTimeUtc)
Set the endDateTimeUtc property: The end DateTime of the Timeseries in UTC.
Parameters:
Returns:
withEndpoint
public TimeseriesInner withEndpoint(String endpoint)
Set the endpoint property: The endpoint associated with the Timeseries data point.
Parameters:
Returns:
withLocation
public TimeseriesInner withLocation(String location)
Overrides:
TimeseriesInner.withLocation(String location)Parameters:
withStartDateTimeUtc
public TimeseriesInner withStartDateTimeUtc(String startDateTimeUtc)
Set the startDateTimeUtc property: The start DateTime of the Timeseries in UTC.
Parameters:
Returns:
withTags
public TimeseriesInner withTags(Map<String,String> tags)
Overrides:
TimeseriesInner.withTags(Map<String,String> tags)Parameters:
withTimeseriesData
public TimeseriesInner withTimeseriesData(List<TimeseriesDataPoint> timeseriesData)
Set the timeseriesData property: The set of data points for the timeseries.
Parameters:
Returns:
withTimeseriesType
public TimeseriesInner withTimeseriesType(TimeseriesType timeseriesType)
Set the timeseriesType property: The type of Timeseries.
Parameters:
Returns: