AutomationRuleBooleanConditionSupportedOperator Struct

Definition

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