ArmSecurityInsightsModelFactory.SecurityAlertTimelineItem Method

Definition

Initializes a new instance of SecurityAlertTimelineItem.

public static Azure.ResourceManager.SecurityInsights.Models.SecurityAlertTimelineItem SecurityAlertTimelineItem (Azure.Core.ResourceIdentifier azureResourceId = default, string productName = default, string description = default, string displayName = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertSeverity severity = default, DateTimeOffset endOn = default, DateTimeOffset startOn = default, DateTimeOffset generatedOn = default, string alertType = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsKillChainIntent? intent = default, System.Collections.Generic.IEnumerable<string> techniques = default);
static member SecurityAlertTimelineItem : Azure.Core.ResourceIdentifier * string * string * string * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertSeverity * DateTimeOffset * DateTimeOffset * DateTimeOffset * string * Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsKillChainIntent> * seq<string> -> Azure.ResourceManager.SecurityInsights.Models.SecurityAlertTimelineItem
Public Shared Function SecurityAlertTimelineItem (Optional azureResourceId As ResourceIdentifier = Nothing, Optional productName As String = Nothing, Optional description As String = Nothing, Optional displayName As String = Nothing, Optional severity As SecurityInsightsAlertSeverity = Nothing, Optional endOn As DateTimeOffset = Nothing, Optional startOn As DateTimeOffset = Nothing, Optional generatedOn As DateTimeOffset = Nothing, Optional alertType As String = Nothing, Optional intent As Nullable(Of SecurityInsightsKillChainIntent) = Nothing, Optional techniques As IEnumerable(Of String) = Nothing) As SecurityAlertTimelineItem

Parameters

azureResourceId
ResourceIdentifier

The alert azure resource id.

productName
String

The alert product name.

description
String

The alert description.

displayName
String

The alert name.

severity
SecurityInsightsAlertSeverity

The alert severity.

endOn
DateTimeOffset

The alert end time.

startOn
DateTimeOffset

The alert start time.

generatedOn
DateTimeOffset

The alert generated time.

alertType
String

The name of the alert type.

intent
Nullable<SecurityInsightsKillChainIntent>

The intent of the alert.

techniques
IEnumerable<String>

The techniques of the alert.

Returns

A new SecurityAlertTimelineItem instance for mocking.

Applies to