ArmSecurityInsightsModelFactory.SecurityInsightsFieldMapping 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.SecurityInsightsFieldMapping SecurityInsightsFieldMapping(string identifier = default, string columnName = default);
static member SecurityInsightsFieldMapping : string * string -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsFieldMapping
Public Shared Function SecurityInsightsFieldMapping (Optional identifier As String = Nothing, Optional columnName As String = Nothing) As SecurityInsightsFieldMapping
Parameters
- identifier
- String
the V3 identifier of the entity.
- columnName
- String
the column name to be mapped to the identifier.
Returns
A new SecurityInsightsFieldMapping instance for mocking.