你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

ThreatIntelligenceQueryConnective(String)

Initializes a new instance of ThreatIntelligenceQueryConnective.

Properties

And

'And' connective.

Or

'Or' connective.

Methods

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

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