AutomationTriggeringRuleOperator Struct
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.
A valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType.
public readonly struct AutomationTriggeringRuleOperator : IEquatable<Azure.ResourceManager.SecurityCenter.Models.AutomationTriggeringRuleOperator>
type AutomationTriggeringRuleOperator = struct
Public Structure AutomationTriggeringRuleOperator
Implements IEquatable(Of AutomationTriggeringRuleOperator)
- Inheritance
-
AutomationTriggeringRuleOperator
- Implements
Constructors
AutomationTriggeringRuleOperator(String) |
Initializes a new instance of AutomationTriggeringRuleOperator. |
Properties
Contains |
Applies only for non-decimal operands. |
EndsWith |
Applies only for non-decimal operands. |
EqualsValue |
Applies for decimal and non-decimal operands. |
GreaterThan |
Applies only for decimal operands. |
GreaterThanOrEqualTo |
Applies only for decimal operands. |
LesserThan |
Applies only for decimal operands. |
LesserThanOrEqualTo |
Applies only for decimal operands. |
NotEquals |
Applies for decimal and non-decimal operands. |
StartsWith |
Applies only for non-decimal operands. |
Methods
Equals(AutomationTriggeringRuleOperator) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AutomationTriggeringRuleOperator, AutomationTriggeringRuleOperator) |
Determines if two AutomationTriggeringRuleOperator values are the same. |
Implicit(String to AutomationTriggeringRuleOperator) |
Converts a string to a AutomationTriggeringRuleOperator. |
Inequality(AutomationTriggeringRuleOperator, AutomationTriggeringRuleOperator) |
Determines if two AutomationTriggeringRuleOperator values are not the same. |