Uses of Enum
com.azure.resourcemanager.monitor.models.TimeAggregationType
Packages that use TimeAggregationType
Package
Description
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 TimeAggregationTypeModifier and TypeMethodDescriptionstatic TimeAggregationTypeTimeAggregationType.fromString(String value) Parses a serialized value to a TimeAggregationType instance.MetricTrigger.timeAggregation()Get the timeAggregation property: time aggregation type.ScaleRule.timeAggregation()Get the time aggregation type.static TimeAggregationTypeReturns 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 TimeAggregationTypeModifier and TypeMethodDescriptionScaleRule.DefinitionStages.WithCondition.withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold) Sets the condition to monitor for the current metric alert.ScaleRule.ParentUpdateDefinitionStages.WithCondition.withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold) Sets the condition to monitor for the current metric alert.ScaleRule.Update.withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold) Updates the condition to monitor for the current metric alert.ScaleRule.UpdateDefinitionStages.WithCondition.withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold) Sets the condition to monitor for the current metric alert.MetricTrigger.withTimeAggregation(TimeAggregationType timeAggregation) Set the timeAggregation property: time aggregation type.