Uses of Class
com.azure.resourcemanager.monitor.models.ScheduledQueryRuleCriteria
Packages that use ScheduledQueryRuleCriteria
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of ScheduledQueryRuleCriteria in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ScheduledQueryRuleCriteriaModifier and TypeMethodDescriptionScheduledQueryRuleProperties.criteria()Get the criteria property: The rule criteria that defines the conditions of the scheduled query rule.ScheduledQueryRuleResourceInner.criteria()Get the criteria property: The rule criteria that defines the conditions of the scheduled query rule.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type ScheduledQueryRuleCriteriaModifier and TypeMethodDescriptionScheduledQueryRuleProperties.withCriteria(ScheduledQueryRuleCriteria criteria) Set the criteria property: The rule criteria that defines the conditions of the scheduled query rule.ScheduledQueryRuleResourceInner.withCriteria(ScheduledQueryRuleCriteria criteria) Set the criteria property: The rule criteria that defines the conditions of the scheduled query rule. -
Uses of ScheduledQueryRuleCriteria in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type ScheduledQueryRuleCriteriaModifier and TypeClassDescriptionfinal classThe rule criteria that defines the conditions of the scheduled query rule.Methods in com.azure.resourcemanager.monitor.models that return ScheduledQueryRuleCriteriaModifier and TypeMethodDescriptionScheduledQueryRuleResourcePatch.criteria()Get the criteria property: The rule criteria that defines the conditions of the scheduled query rule.static ScheduledQueryRuleCriteriaScheduledQueryRuleCriteria.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScheduledQueryRuleCriteria from the JsonReader.Set the allOf property: A list of conditions to evaluate against the specified scopes.Methods in com.azure.resourcemanager.monitor.models with parameters of type ScheduledQueryRuleCriteriaModifier and TypeMethodDescriptionScheduledQueryRuleResourcePatch.withCriteria(ScheduledQueryRuleCriteria criteria) Set the criteria property: The rule criteria that defines the conditions of the scheduled query rule.