Freigeben über


ThreatIntelligenceQueryConnective Struct

Definition

Represents boolean connectives used to join clauses in conditions.

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

Constructors

Name Description
ThreatIntelligenceQueryConnective(String)

Initializes a new instance of ThreatIntelligenceQueryConnective.

Properties

Name Description
And

'And' connective.

Or

'Or' connective.

Methods

Name Description
Equals(ThreatIntelligenceQueryConnective)

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

Name Description
Equality(ThreatIntelligenceQueryConnective, ThreatIntelligenceQueryConnective)

Determines if two ThreatIntelligenceQueryConnective values are the same.

Implicit(String to ThreatIntelligenceQueryConnective)

Converts a String to a ThreatIntelligenceQueryConnective.

Inequality(ThreatIntelligenceQueryConnective, ThreatIntelligenceQueryConnective)

Determines if two ThreatIntelligenceQueryConnective values are not the same.

Applies to