Uses of Interface
com.microsoft.azure.management.monitor.ScaleRule.Update
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of ScaleRule.Update in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionAutoscaleProfile.Update.updateScaleRule
(int ruleIndex) Starts the update of the scale rule for the current autoscale profile.ScaleRule.Update.withCondition
(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold) Updates the condition to monitor for the current metric alert.ScaleRule.Update.withMetricName
(String metricName) the name of the metric that defines what the rule monitors.ScaleRule.Update.withMetricSource
(String metricSourceResourceId) Updates the resource identifier of the resource the rule monitors.ScaleRule.Update.withScaleAction
(ScaleDirection direction, ScaleType type, int instanceCountChange, org.joda.time.Period cooldown) Updates the action to be performed when the scale rule will be active.ScaleRule.Update.withStatistic()
Sets statistics for autoscale trigger action with default values of 10 minutes for duration, 1 minute for frequency(time grain) and 'Average' for statistic type.ScaleRule.Update.withStatistic
(org.joda.time.Period duration) Sets statistics for autoscale trigger action with default values of 1 minute for frequency(time grain) and 'Average' for statistic type.ScaleRule.Update.withStatistic
(org.joda.time.Period duration, MetricStatisticType statisticType) Sets statistics for autoscale trigger action with default values of 1 minute for frequency(time grain).ScaleRule.Update.withStatistic
(org.joda.time.Period duration, org.joda.time.Period frequency, MetricStatisticType statisticType) Updates the statistics for autoscale trigger action.