ThreatIntelligenceQueryOperator Struct

Definition

Represents an operator in a ConditionClause.

public readonly struct ThreatIntelligenceQueryOperator : IEquatable<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQueryOperator>
type ThreatIntelligenceQueryOperator = struct
Public Structure ThreatIntelligenceQueryOperator
Implements IEquatable(Of ThreatIntelligenceQueryOperator)
Inheritance
ThreatIntelligenceQueryOperator
Implements

Constructors

ThreatIntelligenceQueryOperator(String)

Initializes a new instance of ThreatIntelligenceQueryOperator.

Properties

AfterAbsolute

AfterAbsolute.

AfterRelative

AfterRelative.

ArrayContains

ArrayContains.

ArrayNotContains

ArrayNotContains.

BeforeAbsolute

BeforeAbsolute.

BeforeRelative

BeforeRelative.

EqualsValue

Equals.

GreaterThan

GreaterThan.

GreaterThanEqual

GreaterThanEqual.

IsFalse

IsFalse.

IsNull

IsNull.

IsTrue

IsTrue.

LessThan

LessThan.

LessThanEqual

LessThanEqual.

NotEquals

NotEquals.

OnOrAfterAbsolute

OnOrAfterAbsolute.

OnOrAfterRelative

OnOrAfterRelative.

OnOrBeforeAbsolute

OnOrBeforeAbsolute.

OnOrBeforeRelative

OnOrBeforeRelative.

StringContains

StringContains.

StringEndsWith

StringEndsWith.

StringIsEmpty

StringIsEmpty.

StringNotContains

StringNotContains.

StringNotEndsWith

StringNotEndsWith.

StringNotStartsWith

StringNotStartsWith.

StringStartsWith

StringStartsWith.

Methods

Equals(ThreatIntelligenceQueryOperator)

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(ThreatIntelligenceQueryOperator, ThreatIntelligenceQueryOperator)

Determines if two ThreatIntelligenceQueryOperator values are the same.

Implicit(String to ThreatIntelligenceQueryOperator)

Converts a string to a ThreatIntelligenceQueryOperator.

Inequality(ThreatIntelligenceQueryOperator, ThreatIntelligenceQueryOperator)

Determines if two ThreatIntelligenceQueryOperator values are not the same.

Applies to