Condividi tramite


ScheduledQueryRuleCriteria Class

Definition

The rule criteria that defines the conditions of the scheduled query rule.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.ScheduledQueryRuleCriteriaTypeConverter))]
public class ScheduledQueryRuleCriteria : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleCriteria
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.ScheduledQueryRuleCriteriaTypeConverter))>]
type ScheduledQueryRuleCriteria = class
    interface IScheduledQueryRuleCriteria
    interface IJsonSerializable
Public Class ScheduledQueryRuleCriteria
Implements IScheduledQueryRuleCriteria
Inheritance
ScheduledQueryRuleCriteria
Attributes
Implements

Constructors

Name Description
ScheduledQueryRuleCriteria()

Creates an new ScheduledQueryRuleCriteria instance.

Properties

Name Description
AllOf

A list of conditions to evaluate against the specified scopes

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScheduledQueryRuleCriteria.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScheduledQueryRuleCriteria.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleCriteria.

FromJsonString(String)

Creates a new instance of ScheduledQueryRuleCriteria, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScheduledQueryRuleCriteria into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to