Uses of Class
com.azure.resourcemanager.monitor.models.PredictiveValue
Packages that use PredictiveValue
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of PredictiveValue in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type PredictiveValueModifier and TypeMethodDescriptionPredictiveResponseInner.data()Get the data property: the value of the collection.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type PredictiveValueModifier and TypeMethodDescriptionPredictiveResponseInner.withData(List<PredictiveValue> data) Set the data property: the value of the collection. -
Uses of PredictiveValue in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return PredictiveValueModifier and TypeMethodDescriptionstatic PredictiveValuePredictiveValue.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PredictiveValue from the JsonReader.PredictiveValue.withTimestamp(OffsetDateTime timestamp) Set the timestamp property: the timestamp for the metric value in ISO 8601 format.PredictiveValue.withValue(double value) Set the value property: Predictive value in this time bucket.