Uses of Class
com.azure.resourcemanager.monitor.fluent.models.ScaleRuleInner
Packages that use ScaleRuleInner
Package
Description
Package containing the inner data models for MonitorClient.
-
Uses of ScaleRuleInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ScaleRuleInnerModifier and TypeMethodDescriptionstatic ScaleRuleInnerScaleRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScaleRuleInner from the JsonReader.ScaleRuleInner.withMetricTrigger(MetricTrigger metricTrigger) Set the metricTrigger property: the trigger that results in a scaling action.ScaleRuleInner.withScaleAction(ScaleAction scaleAction) Set the scaleAction property: the parameters for the scaling action.Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type ScaleRuleInnerModifier and TypeMethodDescriptionAutoscaleProfileInner.rules()Get the rules property: the collection of rules that provide the triggers and parameters for the scaling action.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type ScaleRuleInnerModifier and TypeMethodDescriptionAutoscaleProfileInner.withRules(List<ScaleRuleInner> rules) Set the rules property: the collection of rules that provide the triggers and parameters for the scaling action.