ArmSecurityInsightsModelFactory.EntityFieldMapping(String, String) 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.EntityFieldMapping EntityFieldMapping(string identifier = default, string value = default);
static member EntityFieldMapping : string * string -> Azure.ResourceManager.SecurityInsights.Models.EntityFieldMapping
Public Shared Function EntityFieldMapping (Optional identifier As String = Nothing, Optional value As String = Nothing) As EntityFieldMapping
Parameters
- identifier
- String
Alert V3 identifier.
- value
- String
The value of the identifier.
Returns
A new EntityFieldMapping instance for mocking.