ScheduledQueryRuleCriteria Class
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.
The rule criteria that defines the conditions of the scheduled query rule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ScheduledQueryRuleCriteriaTypeConverter))]
public class ScheduledQueryRuleCriteria : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleCriteria
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ScheduledQueryRuleCriteriaTypeConverter))>]
type ScheduledQueryRuleCriteria = class
interface IScheduledQueryRuleCriteria
interface IJsonSerializable
Public Class ScheduledQueryRuleCriteria
Implements IScheduledQueryRuleCriteria
- Inheritance
-
ScheduledQueryRuleCriteria
- Attributes
- Implements
Constructors
ScheduledQueryRuleCriteria() |
Creates an new ScheduledQueryRuleCriteria instance. |
Properties
AllOf |
A list of conditions to evaluate against the specified scopes |
Methods
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.Api20210801.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() |