ArmSecurityInsightsModelFactory.AnomalyTimelineItem 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 AnomalyTimelineItem.
public static Azure.ResourceManager.SecurityInsights.Models.AnomalyTimelineItem AnomalyTimelineItem (Azure.Core.ResourceIdentifier azureResourceId = default, string productName = default, string description = default, string displayName = default, DateTimeOffset endOn = default, DateTimeOffset startOn = default, DateTimeOffset generatedOn = default, string vendor = default, string intent = default, System.Collections.Generic.IEnumerable<string> techniques = default, System.Collections.Generic.IEnumerable<string> reasons = default);
static member AnomalyTimelineItem : Azure.Core.ResourceIdentifier * string * string * string * DateTimeOffset * DateTimeOffset * DateTimeOffset * string * string * seq<string> * seq<string> -> Azure.ResourceManager.SecurityInsights.Models.AnomalyTimelineItem
Public Shared Function AnomalyTimelineItem (Optional azureResourceId As ResourceIdentifier = Nothing, Optional productName As String = Nothing, Optional description As String = Nothing, Optional displayName As String = Nothing, Optional endOn As DateTimeOffset = Nothing, Optional startOn As DateTimeOffset = Nothing, Optional generatedOn As DateTimeOffset = Nothing, Optional vendor As String = Nothing, Optional intent As String = Nothing, Optional techniques As IEnumerable(Of String) = Nothing, Optional reasons As IEnumerable(Of String) = Nothing) As AnomalyTimelineItem
Parameters
- azureResourceId
- ResourceIdentifier
The anomaly azure resource id.
- productName
- String
The anomaly product name.
- description
- String
The anomaly description.
- displayName
- String
The anomaly name.
- endOn
- DateTimeOffset
The anomaly end time.
- startOn
- DateTimeOffset
The anomaly start time.
- generatedOn
- DateTimeOffset
The anomaly generated time.
- vendor
- String
The name of the anomaly vendor.
- intent
- String
The intent of the anomaly.
- techniques
- IEnumerable<String>
The techniques of the anomaly.
- reasons
- IEnumerable<String>
The reasons that cause the anomaly.
Returns
A new AnomalyTimelineItem instance for mocking.
Applies to
Azure SDK for .NET