Uses of Class
com.azure.resourcemanager.monitor.models.Condition
Packages that use Condition
Package
Description
Package containing the data models for MonitorClient.
-
Uses of Condition in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ConditionModifier and TypeMethodDescriptionstatic Condition
Condition.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Condition from the JsonReader.Condition.withDimensions
(List<Dimension> dimensions) Set the dimensions property: List of Dimensions conditions.Condition.withFailingPeriods
(ConditionFailingPeriods failingPeriods) Set the failingPeriods property: The minimum number of violations required within the selected lookback time window required to raise an alert.Condition.withMetricMeasureColumn
(String metricMeasureColumn) Set the metricMeasureColumn property: The column containing the metric measure number.Condition.withMetricName
(String metricName) Set the metricName property: The name of the metric to be sent.Condition.withOperator
(ConditionOperator operator) Set the operator property: The criteria operator.Set the query property: Log query alert.Condition.withResourceIdColumn
(String resourceIdColumn) Set the resourceIdColumn property: The column containing the resource id.Condition.withThreshold
(Double threshold) Set the threshold property: the criteria threshold value that activates the alert.Condition.withTimeAggregation
(TimeAggregation timeAggregation) Set the timeAggregation property: Aggregation type.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type ConditionModifier and TypeMethodDescriptionScheduledQueryRuleCriteria.allOf()
Get the allOf property: A list of conditions to evaluate against the specified scopes.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ConditionModifier and TypeMethodDescriptionSet the allOf property: A list of conditions to evaluate against the specified scopes.