Uses of Class
com.azure.resourcemanager.frontdoor.models.TimeseriesDataPoint
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return types with arguments of type TimeseriesDataPointModifier 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.Method parameters in com.azure.resourcemanager.frontdoor.fluent.models with type arguments of type TimeseriesDataPointModifier 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
Methods in com.azure.resourcemanager.frontdoor.models that return TimeseriesDataPointModifier 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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type TimeseriesDataPointModifier and TypeMethodDescriptionTimeseries.timeseriesData()Gets the timeseriesData property: The set of data points for the timeseries.