ArmSecurityInsightsModelFactory.SecurityInsightsAlertRuleEntityMapping 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.SecurityInsightsAlertRuleEntityMapping SecurityInsightsAlertRuleEntityMapping(Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertRuleEntityMappingType? entityType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsFieldMapping> fieldMappings = default);
static member SecurityInsightsAlertRuleEntityMapping : Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertRuleEntityMappingType> * seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsFieldMapping> -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertRuleEntityMapping
Public Shared Function SecurityInsightsAlertRuleEntityMapping (Optional entityType As Nullable(Of SecurityInsightsAlertRuleEntityMappingType) = Nothing, Optional fieldMappings As IEnumerable(Of SecurityInsightsFieldMapping) = Nothing) As SecurityInsightsAlertRuleEntityMapping
Parameters
- entityType
- Nullable<SecurityInsightsAlertRuleEntityMappingType>
The V3 type of the mapped entity.
- fieldMappings
- IEnumerable<SecurityInsightsFieldMapping>
array of field mappings for the given entity mapping.
Returns
A new SecurityInsightsAlertRuleEntityMapping instance for mocking.