Share via


ScheduledQueryRuleTimeAggregationType Struct

Definition

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