ArmSecurityInsightsModelFactory.SecurityInsightsIncidentAdditionalInfo 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 SecurityInsightsIncidentAdditionalInfo.
public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentAdditionalInfo SecurityInsightsIncidentAdditionalInfo (int? alertsCount = default, int? bookmarksCount = default, int? commentsCount = default, System.Collections.Generic.IEnumerable<string> alertProductNames = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAttackTactic> tactics = default, System.Collections.Generic.IEnumerable<string> techniques = default, Uri providerIncidentUri = default);
static member SecurityInsightsIncidentAdditionalInfo : Nullable<int> * Nullable<int> * Nullable<int> * seq<string> * seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAttackTactic> * seq<string> * Uri -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentAdditionalInfo
Public Shared Function SecurityInsightsIncidentAdditionalInfo (Optional alertsCount As Nullable(Of Integer) = Nothing, Optional bookmarksCount As Nullable(Of Integer) = Nothing, Optional commentsCount As Nullable(Of Integer) = Nothing, Optional alertProductNames As IEnumerable(Of String) = Nothing, Optional tactics As IEnumerable(Of SecurityInsightsAttackTactic) = Nothing, Optional techniques As IEnumerable(Of String) = Nothing, Optional providerIncidentUri As Uri = Nothing) As SecurityInsightsIncidentAdditionalInfo
Parameters
- alertProductNames
- IEnumerable<String>
List of product names of alerts in the incident.
- tactics
- IEnumerable<SecurityInsightsAttackTactic>
The tactics associated with incident.
- techniques
- IEnumerable<String>
The techniques associated with incident's tactics.
- providerIncidentUri
- Uri
The provider incident url to the incident in Microsoft 365 Defender portal.
Returns
A new SecurityInsightsIncidentAdditionalInfo instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET