Condividi tramite


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

ScheduledQueryRuleKind(String)

Initializes a new instance of ScheduledQueryRuleKind.

Properties

LogAlert

LogAlert.

LogToMetric

LogToMetric.

Methods

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

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