ArmSecurityInsightsModelFactory.ThreatIntelligenceQueryConditionClause Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ThreatIntelligenceQueryConditionClause.
public static Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQueryConditionClause ThreatIntelligenceQueryConditionClause (Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQueryConnective? clauseConnective = default, string field = default, Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQueryOperator operator = default, System.Collections.Generic.IEnumerable<string> values = default);
static member ThreatIntelligenceQueryConditionClause : Nullable<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQueryConnective> * string * Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQueryOperator * seq<string> -> Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQueryConditionClause
Public Shared Function ThreatIntelligenceQueryConditionClause (Optional clauseConnective As Nullable(Of ThreatIntelligenceQueryConnective) = Nothing, Optional field As String = Nothing, Optional operator As ThreatIntelligenceQueryOperator = Nothing, Optional values As IEnumerable(Of String) = Nothing) As ThreatIntelligenceQueryConditionClause
Parameters
- clauseConnective
- Nullable<ThreatIntelligenceQueryConnective>
The connective used to join all values in this ConditionClause.
- field
- String
The name of the field that is evaluated.
- operator
- ThreatIntelligenceQueryOperator
Represents an operator in a ConditionClause.
- values
- IEnumerable<String>
The top level connective operator for this condition.
Returns
A new ThreatIntelligenceQueryConditionClause instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET