ArmSecurityInsightsModelFactory.SecurityInsightsHuntingBookmark 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 SecurityInsightsHuntingBookmark.
public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsHuntingBookmark SecurityInsightsHuntingBookmark (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> additionalData = default, string friendlyName = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo createdBy = default, string displayName = default, DateTimeOffset? eventOn = 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, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsBookmarkIncidentInfo incidentInfo = default);
static member SecurityInsightsHuntingBookmark : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> * string * Nullable<DateTimeOffset> * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo * string * Nullable<DateTimeOffset> * seq<string> * string * string * string * Nullable<DateTimeOffset> * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsBookmarkIncidentInfo -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsHuntingBookmark
Public Shared Function SecurityInsightsHuntingBookmark (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional additionalData As IReadOnlyDictionary(Of String, BinaryData) = Nothing, Optional friendlyName As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional createdBy As SecurityInsightsUserInfo = Nothing, Optional displayName As String = Nothing, Optional eventOn As Nullable(Of DateTimeOffset) = 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 incidentInfo As SecurityInsightsBookmarkIncidentInfo = Nothing) As SecurityInsightsHuntingBookmark
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- additionalData
- IReadOnlyDictionary<String,BinaryData>
A bag of custom fields that should be part of the entity and will be presented to the user.
- friendlyName
- String
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
- 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.
- eventOn
- Nullable<DateTimeOffset>
The time of the event.
- 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.
- incidentInfo
- SecurityInsightsBookmarkIncidentInfo
Describes an incident that relates to bookmark.
Returns
A new SecurityInsightsHuntingBookmark instance for mocking.
Applies to
Azure SDK for .NET