Uses of Enum
com.azure.resourcemanager.monitor.models.ComparisonOperationType
Packages that use ComparisonOperationType
Package
Description
Package containing the data models for MonitorClient.
-
Uses of ComparisonOperationType in com.azure.resourcemanager.monitor.models
Subclasses with type arguments of type ComparisonOperationType in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionenumthe operator that is used to compare the metric data and the threshold.Methods in com.azure.resourcemanager.monitor.models that return ComparisonOperationTypeModifier and TypeMethodDescriptionScaleRule.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.MetricTrigger.operator()Get the operator property: the operator that is used to compare the metric data and the threshold.static ComparisonOperationTypeReturns 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 ComparisonOperationTypeModifier and TypeMethodDescriptionScaleRule.DefinitionStages.WithCondition.withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold) Sets the condition to monitor for the current metric alert.ScaleRule.ParentUpdateDefinitionStages.WithCondition.withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold) Sets the condition to monitor for the current metric alert.ScaleRule.Update.withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold) Updates the condition to monitor for the current metric alert.ScaleRule.UpdateDefinitionStages.WithCondition.withCondition(TimeAggregationType timeAggregation, ComparisonOperationType condition, double threshold) Sets the condition to monitor for the current metric alert.MetricTrigger.withOperator(ComparisonOperationType operator) Set the operator property: the operator that is used to compare the metric data and the threshold.