Uses of Interface
com.azure.resourcemanager.monitor.models.ScaleRule.UpdateDefinitionStages.WithCondition
Packages that use ScaleRule.UpdateDefinitionStages.WithCondition
Package
Description
Package containing the data models for MonitorClient.
-
Uses of ScaleRule.UpdateDefinitionStages.WithCondition in com.azure.resourcemanager.monitor.models
Subinterfaces of ScaleRule.UpdateDefinitionStages.WithCondition in com.azure.resourcemanager.monitor.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an autoscale profile scale rule definition during parent Autoscale Profile update in Autoscale Settings update stage.Methods in com.azure.resourcemanager.monitor.models that return ScaleRule.UpdateDefinitionStages.WithConditionModifier and TypeMethodDescriptionScaleRule.UpdateDefinitionStages.WithStatistic.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.UpdateDefinitionStages.WithStatistic.withStatistic(Duration duration) Sets statistics for autoscale trigger action with default values of 1 minute for frequency(time grain) and 'Average' for statistic type.ScaleRule.UpdateDefinitionStages.WithStatistic.withStatistic(Duration duration, MetricStatisticType statisticType) Sets statistics for autoscale trigger action with default values of 1 minute for frequency(time grain).ScaleRule.UpdateDefinitionStages.WithStatistic.withStatistic(Duration duration, Duration frequency, MetricStatisticType statisticType) Sets statistics for autoscale trigger action.