Uses of Class
com.azure.resourcemanager.monitor.models.PredictiveAutoscalePolicy
Packages that use PredictiveAutoscalePolicy
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of PredictiveAutoscalePolicy in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return PredictiveAutoscalePolicyModifier and TypeMethodDescriptionAutoscaleSetting.predictiveAutoscalePolicy()Get the predictiveAutoscalePolicy property: the predictive autoscale policy mode.AutoscaleSettingResourceInner.predictiveAutoscalePolicy()Get the predictiveAutoscalePolicy property: the predictive autoscale policy mode.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type PredictiveAutoscalePolicyModifier and TypeMethodDescriptionAutoscaleSetting.withPredictiveAutoscalePolicy(PredictiveAutoscalePolicy predictiveAutoscalePolicy) Set the predictiveAutoscalePolicy property: the predictive autoscale policy mode.AutoscaleSettingResourceInner.withPredictiveAutoscalePolicy(PredictiveAutoscalePolicy predictiveAutoscalePolicy) Set the predictiveAutoscalePolicy property: the predictive autoscale policy mode. -
Uses of PredictiveAutoscalePolicy in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return PredictiveAutoscalePolicyModifier and TypeMethodDescriptionstatic PredictiveAutoscalePolicyPredictiveAutoscalePolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PredictiveAutoscalePolicy from the JsonReader.AutoscaleSettingResourcePatch.predictiveAutoscalePolicy()Get the predictiveAutoscalePolicy property: the predictive autoscale policy mode.PredictiveAutoscalePolicy.withScaleLookAheadTime(Duration scaleLookAheadTime) Set the scaleLookAheadTime property: the amount of time to specify by which instances are launched in advance.PredictiveAutoscalePolicy.withScaleMode(PredictiveAutoscalePolicyScaleMode scaleMode) Set the scaleMode property: the predictive autoscale mode.Methods in com.azure.resourcemanager.monitor.models with parameters of type PredictiveAutoscalePolicyModifier and TypeMethodDescriptionAutoscaleSettingResourcePatch.withPredictiveAutoscalePolicy(PredictiveAutoscalePolicy predictiveAutoscalePolicy) Set the predictiveAutoscalePolicy property: the predictive autoscale policy mode.