Uses of Class
com.azure.resourcemanager.frontdoor.models.TimeseriesDataPoint
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of TimeseriesDataPoint in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionTimeseriesInner.timeseriesData()
Get the timeseriesData property: The set of data points for the timeseries.TimeseriesProperties.timeseriesData()
Get the timeseriesData property: The set of data points for the timeseries.Modifier and TypeMethodDescriptionTimeseriesInner.withTimeseriesData
(List<TimeseriesDataPoint> timeseriesData) Set the timeseriesData property: The set of data points for the timeseries.TimeseriesProperties.withTimeseriesData
(List<TimeseriesDataPoint> timeseriesData) Set the timeseriesData property: The set of data points for the timeseries. -
Uses of TimeseriesDataPoint in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionTimeseriesDataPoint.withDateTimeUtc
(String dateTimeUtc) Set the dateTimeUtc property: The DateTime of the Timeseries data point in UTC.Set the value property: The Value of the Timeseries data point.Modifier and TypeMethodDescriptionTimeseries.timeseriesData()
Gets the timeseriesData property: The set of data points for the timeseries.