ArmSecurityInsightsModelFactory.SecurityInsightsAlertPropertyMapping Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertPropertyMapping SecurityInsightsAlertPropertyMapping(Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertProperty? alertProperty = default, string value = default);
static member SecurityInsightsAlertPropertyMapping : Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertProperty> * string -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertPropertyMapping
Public Shared Function SecurityInsightsAlertPropertyMapping (Optional alertProperty As Nullable(Of SecurityInsightsAlertProperty) = Nothing, Optional value As String = Nothing) As SecurityInsightsAlertPropertyMapping

Parameters

alertProperty
Nullable<SecurityInsightsAlertProperty>

The V3 alert property.

value
String

the column name to use to override this property.

Returns

A new SecurityInsightsAlertPropertyMapping instance for mocking.

Applies to