Uses of Class
com.azure.resourcemanager.monitor.fluent.models.ScaleRuleInner
-
Packages that use ScaleRuleInner Package Description com.azure.resourcemanager.monitor.fluent.models 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 ScaleRuleInner Modifier and Type Method Description ScaleRuleInnerScaleRuleInner. withMetricTrigger(MetricTrigger metricTrigger)Set the metricTrigger property: the trigger that results in a scaling action.ScaleRuleInnerScaleRuleInner. 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 ScaleRuleInner Modifier and Type Method Description List<ScaleRuleInner>AutoscaleProfileInner. 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 ScaleRuleInner Modifier and Type Method Description AutoscaleProfileInnerAutoscaleProfileInner. withRules(List<ScaleRuleInner> rules)Set the rules property: the collection of rules that provide the triggers and parameters for the scaling action.
-