Share via


AutomationRulePropertyConditionSupportedOperator Struct

Definition

The operator to use for evaluation the condition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRulePropertyConditionSupportedOperatorTypeConverter))]
public struct AutomationRulePropertyConditionSupportedOperator : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRulePropertyConditionSupportedOperator>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRulePropertyConditionSupportedOperatorTypeConverter))>]
type AutomationRulePropertyConditionSupportedOperator = struct
    interface IArgumentCompleter
Public Structure AutomationRulePropertyConditionSupportedOperator
Implements IArgumentCompleter, IEquatable(Of AutomationRulePropertyConditionSupportedOperator)
Inheritance
AutomationRulePropertyConditionSupportedOperator
Attributes
Implements

Fields

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

Equal

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

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AutomationRulePropertyConditionSupportedOperator)

Compares values of enum type AutomationRulePropertyConditionSupportedOperator

Equals(Object)

Compares values of enum type AutomationRulePropertyConditionSupportedOperator (override for Object)

GetHashCode()

Returns hashCode for enum AutomationRulePropertyConditionSupportedOperator

ToString()

Returns string representation for AutomationRulePropertyConditionSupportedOperator

Operators

Equality(AutomationRulePropertyConditionSupportedOperator, AutomationRulePropertyConditionSupportedOperator)

Overriding == operator for enum AutomationRulePropertyConditionSupportedOperator

Implicit(AutomationRulePropertyConditionSupportedOperator to String)

Implicit operator to convert AutomationRulePropertyConditionSupportedOperator to string

Implicit(String to AutomationRulePropertyConditionSupportedOperator)

Implicit operator to convert string to AutomationRulePropertyConditionSupportedOperator

Inequality(AutomationRulePropertyConditionSupportedOperator, AutomationRulePropertyConditionSupportedOperator)

Overriding != operator for enum AutomationRulePropertyConditionSupportedOperator

Applies to