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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET