Uses of Enum
com.azure.resourcemanager.monitor.models.PredictiveAutoscalePolicyScaleMode
Packages that use PredictiveAutoscalePolicyScaleMode
Package
Description
Package containing the data models for MonitorClient.
-
Uses of PredictiveAutoscalePolicyScaleMode in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return PredictiveAutoscalePolicyScaleModeModifier and TypeMethodDescriptionPredictiveAutoscalePolicyScaleMode.fromString
(String value) Parses a serialized value to a PredictiveAutoscalePolicyScaleMode instance.PredictiveAutoscalePolicy.scaleMode()
Get the scaleMode property: the predictive autoscale mode.Returns the enum constant of this type with the specified name.static PredictiveAutoscalePolicyScaleMode[]
PredictiveAutoscalePolicyScaleMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.monitor.models with parameters of type PredictiveAutoscalePolicyScaleModeModifier and TypeMethodDescriptionPredictiveAutoscalePolicy.withScaleMode
(PredictiveAutoscalePolicyScaleMode scaleMode) Set the scaleMode property: the predictive autoscale mode.