ArmSecurityInsightsModelFactory.SecurityInsightsThreatIntelligence 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 SecurityInsightsThreatIntelligence.
public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsThreatIntelligence SecurityInsightsThreatIntelligence (double? confidence = default, string providerName = default, string reportLink = default, string threatDescription = default, string threatName = default, string threatType = default);
static member SecurityInsightsThreatIntelligence : Nullable<double> * string * string * string * string * string -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsThreatIntelligence
Public Shared Function SecurityInsightsThreatIntelligence (Optional confidence As Nullable(Of Double) = Nothing, Optional providerName As String = Nothing, Optional reportLink As String = Nothing, Optional threatDescription As String = Nothing, Optional threatName As String = Nothing, Optional threatType As String = Nothing) As SecurityInsightsThreatIntelligence
Parameters
- providerName
- String
Name of the provider from whom this Threat Intelligence information was received.
- reportLink
- String
Report link.
- threatDescription
- String
Threat description (free text).
- threatName
- String
Threat name (e.g. "Jedobot malware").
- threatType
- String
Threat type (e.g. "Botnet").
Returns
A new SecurityInsightsThreatIntelligence instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET