Uses of Class
com.azure.resourcemanager.monitor.models.TimeAggregationType
-
Packages that use TimeAggregationType Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of TimeAggregationType in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return TimeAggregationType Modifier and Type Method Description static TimeAggregationTypeTimeAggregationType. fromString(String value)Parses a serialized value to a TimeAggregationType instance.TimeAggregationTypeMetricTrigger. timeAggregation()Get the timeAggregation property: time aggregation type.TimeAggregationTypeScaleRule. timeAggregation()Get the time aggregation type.static TimeAggregationTypeTimeAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeAggregationType[]TimeAggregationType. 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 TimeAggregationType Modifier and Type Method Description ScaleRule.DefinitionStages.WithScaleActionScaleRule.DefinitionStages.WithCondition. withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold)Sets the condition to monitor for the current metric alert.ScaleRule.ParentUpdateDefinitionStages.WithScaleActionScaleRule.ParentUpdateDefinitionStages.WithCondition. withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold)Sets the condition to monitor for the current metric alert.ScaleRule.UpdateScaleRule.Update. withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold)Updates the condition to monitor for the current metric alert.ScaleRule.UpdateDefinitionStages.WithScaleActionScaleRule.UpdateDefinitionStages.WithCondition. withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold)Sets the condition to monitor for the current metric alert.MetricTriggerMetricTrigger. withTimeAggregation(TimeAggregationType timeAggregation)Set the timeAggregation property: time aggregation type.
-