ArmSecurityInsightsModelFactory.BookmarkEntityMappings 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.
public static Azure.ResourceManager.SecurityInsights.Models.BookmarkEntityMappings BookmarkEntityMappings(string entityType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.EntityFieldMapping> fieldMappings = default);
static member BookmarkEntityMappings : string * seq<Azure.ResourceManager.SecurityInsights.Models.EntityFieldMapping> -> Azure.ResourceManager.SecurityInsights.Models.BookmarkEntityMappings
Public Shared Function BookmarkEntityMappings (Optional entityType As String = Nothing, Optional fieldMappings As IEnumerable(Of EntityFieldMapping) = Nothing) As BookmarkEntityMappings
Parameters
- entityType
- String
The entity type.
- fieldMappings
- IEnumerable<EntityFieldMapping>
Array of fields mapping for that entity type.
Returns
A new BookmarkEntityMappings instance for mocking.