AutomationRuleBooleanConditionSupportedOperator 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 AutomationRuleBooleanConditionSupportedOperator.
public readonly struct AutomationRuleBooleanConditionSupportedOperator : IEquatable<Azure.ResourceManager.SecurityInsights.Models.AutomationRuleBooleanConditionSupportedOperator>
type AutomationRuleBooleanConditionSupportedOperator = struct
Public Structure AutomationRuleBooleanConditionSupportedOperator
Implements IEquatable(Of AutomationRuleBooleanConditionSupportedOperator)
- Inheritance
-
AutomationRuleBooleanConditionSupportedOperator
- Implements
Constructors
AutomationRuleBooleanConditionSupportedOperator(String) |
Initializes a new instance of AutomationRuleBooleanConditionSupportedOperator. |
Properties
And |
Evaluates as true if all the item conditions are evaluated as true. |
Or |
Evaluates as true if at least one of the item conditions are evaluated as true. |
Methods
Equals(AutomationRuleBooleanConditionSupportedOperator) |
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(AutomationRuleBooleanConditionSupportedOperator, AutomationRuleBooleanConditionSupportedOperator) |
Determines if two AutomationRuleBooleanConditionSupportedOperator values are the same. |
Implicit(String to AutomationRuleBooleanConditionSupportedOperator) |
Converts a string to a AutomationRuleBooleanConditionSupportedOperator. |
Inequality(AutomationRuleBooleanConditionSupportedOperator, AutomationRuleBooleanConditionSupportedOperator) |
Determines if two AutomationRuleBooleanConditionSupportedOperator values are not the same. |
Applies to
Azure SDK for .NET