ArmSecurityInsightsModelFactory.SecurityInsightsAlertPropertyMapping 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.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.