ArmSecurityInsightsModelFactory.SecurityInsightsBookmarkData 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 SecurityInsightsBookmarkData.
public static Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkData SecurityInsightsBookmarkData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo createdBy = default, string displayName = default, System.Collections.Generic.IEnumerable<string> labels = default, string notes = default, string query = default, string queryResult = default, DateTimeOffset? updatedOn = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo updatedBy = default, DateTimeOffset? eventOn = default, DateTimeOffset? queryStartOn = default, DateTimeOffset? queryEndOn = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsBookmarkIncidentInfo incidentInfo = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.BookmarkEntityMappings> entityMappings = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAttackTactic> tactics = default, System.Collections.Generic.IEnumerable<string> techniques = default, Azure.ETag? etag = default);
static member SecurityInsightsBookmarkData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo * string * seq<string> * string * string * string * Nullable<DateTimeOffset> * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsBookmarkIncidentInfo * seq<Azure.ResourceManager.SecurityInsights.Models.BookmarkEntityMappings> * seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAttackTactic> * seq<string> * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkData
Public Shared Function SecurityInsightsBookmarkData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional createdBy As SecurityInsightsUserInfo = Nothing, Optional displayName As String = Nothing, Optional labels As IEnumerable(Of String) = Nothing, Optional notes As String = Nothing, Optional query As String = Nothing, Optional queryResult As String = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedBy As SecurityInsightsUserInfo = Nothing, Optional eventOn As Nullable(Of DateTimeOffset) = Nothing, Optional queryStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional queryEndOn As Nullable(Of DateTimeOffset) = Nothing, Optional incidentInfo As SecurityInsightsBookmarkIncidentInfo = Nothing, Optional entityMappings As IEnumerable(Of BookmarkEntityMappings) = Nothing, Optional tactics As IEnumerable(Of SecurityInsightsAttackTactic) = Nothing, Optional techniques As IEnumerable(Of String) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As SecurityInsightsBookmarkData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- createdOn
- Nullable<DateTimeOffset>
The time the bookmark was created.
- createdBy
- SecurityInsightsUserInfo
Describes a user that created the bookmark.
- displayName
- String
The display name of the bookmark.
- labels
- IEnumerable<String>
List of labels relevant to this bookmark.
- notes
- String
The notes of the bookmark.
- query
- String
The query of the bookmark.
- queryResult
- String
The query result of the bookmark.
- updatedOn
- Nullable<DateTimeOffset>
The last time the bookmark was updated.
- updatedBy
- SecurityInsightsUserInfo
Describes a user that updated the bookmark.
- eventOn
- Nullable<DateTimeOffset>
The bookmark event time.
- queryStartOn
- Nullable<DateTimeOffset>
The start time for the query.
- queryEndOn
- Nullable<DateTimeOffset>
The end time for the query.
- incidentInfo
- SecurityInsightsBookmarkIncidentInfo
Describes an incident that relates to bookmark.
- entityMappings
- IEnumerable<BookmarkEntityMappings>
Describes the entity mappings of the bookmark.
- tactics
- IEnumerable<SecurityInsightsAttackTactic>
A list of relevant mitre attacks.
- techniques
- IEnumerable<String>
A list of relevant mitre techniques.
Returns
A new SecurityInsightsBookmarkData instance for mocking.
Applies to
Azure SDK for .NET