AutomationRulePropertyConditionSupportedOperator 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.
The AutomationRulePropertyConditionSupportedOperator.
public readonly struct AutomationRulePropertyConditionSupportedOperator : IEquatable<Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyConditionSupportedOperator>
type AutomationRulePropertyConditionSupportedOperator = struct
Public Structure AutomationRulePropertyConditionSupportedOperator
Implements IEquatable(Of AutomationRulePropertyConditionSupportedOperator)
- Inheritance
-
AutomationRulePropertyConditionSupportedOperator
- Implements
Constructors
AutomationRulePropertyConditionSupportedOperator(String) |
Initializes a new instance of AutomationRulePropertyConditionSupportedOperator. |
Properties
Contains |
Evaluates if the property contains at least one of the condition values. |
EndsWith |
Evaluates if the property ends with any of the condition values. |
EqualsValue |
Evaluates if the property equals at least one of the condition values. |
NotContains |
Evaluates if the property does not contain any of the condition values. |
NotEndsWith |
Evaluates if the property does not end with any of the condition values. |
NotEquals |
Evaluates if the property does not equal any of the condition values. |
NotStartsWith |
Evaluates if the property does not start with any of the condition values. |
StartsWith |
Evaluates if the property starts with any of the condition values. |
Methods
Equals(AutomationRulePropertyConditionSupportedOperator) |
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(AutomationRulePropertyConditionSupportedOperator, AutomationRulePropertyConditionSupportedOperator) |
Determines if two AutomationRulePropertyConditionSupportedOperator values are the same. |
Implicit(String to AutomationRulePropertyConditionSupportedOperator) |
Converts a string to a AutomationRulePropertyConditionSupportedOperator. |
Inequality(AutomationRulePropertyConditionSupportedOperator, AutomationRulePropertyConditionSupportedOperator) |
Determines if two AutomationRulePropertyConditionSupportedOperator values are not the same. |
Applies to
Azure SDK for .NET