Freigeben über


ScheduledQueryRuleKind Struct

Definition

Indicates the type of scheduled query rule. The default is LogAlert.

public readonly struct ScheduledQueryRuleKind : IEquatable<Azure.ResourceManager.Monitor.Models.ScheduledQueryRuleKind>
type ScheduledQueryRuleKind = struct
Public Structure ScheduledQueryRuleKind
Implements IEquatable(Of ScheduledQueryRuleKind)
Inheritance
ScheduledQueryRuleKind
Implements

Constructors

Name Description
ScheduledQueryRuleKind(String)

Initializes a new instance of ScheduledQueryRuleKind.

Properties

Name Description
LogAlert

LogAlert.

LogToMetric

LogToMetric.

Methods

Name Description
Equals(ScheduledQueryRuleKind)

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

Name Description
Equality(ScheduledQueryRuleKind, ScheduledQueryRuleKind)

Determines if two ScheduledQueryRuleKind values are the same.

Implicit(String to ScheduledQueryRuleKind)

Converts a String to a ScheduledQueryRuleKind.

Inequality(ScheduledQueryRuleKind, ScheduledQueryRuleKind)

Determines if two ScheduledQueryRuleKind values are not the same.

Applies to