Uses of Class
com.azure.resourcemanager.monitor.models.ComparisonOperationType
-
Packages that use ComparisonOperationType Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of ComparisonOperationType in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ComparisonOperationType Modifier and Type Method Description ComparisonOperationTypeScaleRule. condition()Get the operator that is used to compare the metric data and the threshold.static ComparisonOperationTypeComparisonOperationType. fromString(String value)Parses a serialized value to a ComparisonOperationType instance.ComparisonOperationTypeMetricTrigger. operator()Get the operator property: the operator that is used to compare the metric data and the threshold.static ComparisonOperationTypeComparisonOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComparisonOperationType[]ComparisonOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.monitor.models with parameters of type ComparisonOperationType Modifier and Type Method Description ScaleRule.DefinitionStages.WithScaleActionScaleRule.DefinitionStages.WithCondition. withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold)Sets the condition to monitor for the current metric alert.ScaleRule.ParentUpdateDefinitionStages.WithScaleActionScaleRule.ParentUpdateDefinitionStages.WithCondition. withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold)Sets the condition to monitor for the current metric alert.ScaleRule.UpdateScaleRule.Update. withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold)Updates the condition to monitor for the current metric alert.ScaleRule.UpdateDefinitionStages.WithScaleActionScaleRule.UpdateDefinitionStages.WithCondition. withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold)Sets the condition to monitor for the current metric alert.MetricTriggerMetricTrigger. withOperator(ComparisonOperationType operator)Set the operator property: the operator that is used to compare the metric data and the threshold.
-