Uses of Class
com.azure.resourcemanager.monitor.fluent.models.PredictiveResponseInner
Packages that use PredictiveResponseInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
-
Uses of PredictiveResponseInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return PredictiveResponseInnerModifier and TypeMethodDescriptionPredictiveMetricsClient.get
(String resourceGroupName, String autoscaleSettingName, String timespan, Duration interval, String metricNamespace, String metricName, String aggregation) get predictive autoscale metric future data.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type PredictiveResponseInnerModifier and TypeMethodDescriptionPredictiveMetricsClient.getAsync
(String resourceGroupName, String autoscaleSettingName, String timespan, Duration interval, String metricNamespace, String metricName, String aggregation) get predictive autoscale metric future data.com.azure.core.http.rest.Response
<PredictiveResponseInner> PredictiveMetricsClient.getWithResponse
(String resourceGroupName, String autoscaleSettingName, String timespan, Duration interval, String metricNamespace, String metricName, String aggregation, com.azure.core.util.Context context) get predictive autoscale metric future data.Mono
<com.azure.core.http.rest.Response<PredictiveResponseInner>> PredictiveMetricsClient.getWithResponseAsync
(String resourceGroupName, String autoscaleSettingName, String timespan, Duration interval, String metricNamespace, String metricName, String aggregation) get predictive autoscale metric future data. -
Uses of PredictiveResponseInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return PredictiveResponseInnerModifier and TypeMethodDescriptionstatic PredictiveResponseInner
PredictiveResponseInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PredictiveResponseInner from the JsonReader.PredictiveResponseInner.withData
(List<PredictiveValue> data) Set the data property: the value of the collection.PredictiveResponseInner.withInterval
(Duration interval) Set the interval property: The interval (window size) for which the metric data was returned in.PredictiveResponseInner.withMetricName
(String metricName) Set the metricName property: The metrics being queried.PredictiveResponseInner.withTargetResourceId
(String targetResourceId) Set the targetResourceId property: resource of the predictive metric.PredictiveResponseInner.withTimespan
(String timespan) Set the timespan property: The timespan for which the data was retrieved.