ArmSecurityInsightsModelFactory.ThreatIntelligenceParsedPatternTypeValue 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.
public static Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceParsedPatternTypeValue ThreatIntelligenceParsedPatternTypeValue(string valueType = default, string value = default);
static member ThreatIntelligenceParsedPatternTypeValue : string * string -> Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceParsedPatternTypeValue
Public Shared Function ThreatIntelligenceParsedPatternTypeValue (Optional valueType As String = Nothing, Optional value As String = Nothing) As ThreatIntelligenceParsedPatternTypeValue
Parameters
- valueType
- String
Type of the value.
- value
- String
Value of parsed pattern.
Returns
A new ThreatIntelligenceParsedPatternTypeValue instance for mocking.