ScheduledQueryRuleTimeAggregationType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Aggregation type. Relevant and required only for rules of the kind LogAlert.
public readonly struct ScheduledQueryRuleTimeAggregationType : IEquatable<Azure.ResourceManager.Monitor.Models.ScheduledQueryRuleTimeAggregationType>
type ScheduledQueryRuleTimeAggregationType = struct
Public Structure ScheduledQueryRuleTimeAggregationType
Implements IEquatable(Of ScheduledQueryRuleTimeAggregationType)
- Inheritance
-
ScheduledQueryRuleTimeAggregationType
- Implements
Constructors
ScheduledQueryRuleTimeAggregationType(String) |
Initializes a new instance of ScheduledQueryRuleTimeAggregationType. |
Properties
Average |
Average. |
Count |
Count. |
Maximum |
Maximum. |
Minimum |
Minimum. |
Total |
Total. |
Methods
Equals(ScheduledQueryRuleTimeAggregationType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ScheduledQueryRuleTimeAggregationType, ScheduledQueryRuleTimeAggregationType) |
Determines if two ScheduledQueryRuleTimeAggregationType values are the same. |
Implicit(String to ScheduledQueryRuleTimeAggregationType) |
Converts a string to a ScheduledQueryRuleTimeAggregationType. |
Inequality(ScheduledQueryRuleTimeAggregationType, ScheduledQueryRuleTimeAggregationType) |
Determines if two ScheduledQueryRuleTimeAggregationType values are not the same. |
Applies to
Azure SDK for .NET