Share via


IIncidentConfiguration.GroupingConfigurationMatchingMethod Property

Definition

Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MatchingMethod) }, ReadOnly=false, Required=false, SerializedName="matchingMethod")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MatchingMethod? GroupingConfigurationMatchingMethod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MatchingMethod) }, ReadOnly=false, Required=false, SerializedName="matchingMethod")>]
member this.GroupingConfigurationMatchingMethod : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MatchingMethod> with get, set
Public Property GroupingConfigurationMatchingMethod As Nullable(Of MatchingMethod)

Property Value

Attributes

Applies to