INrtAlertRule.GroupingConfigurationGroupByAlertDetail Property
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.
A list of alert details to group by (when matchingMethod is Selected)
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "DisplayName", "Severity" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="A list of alert details to group by (when matchingMethod is Selected)", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="groupByAlertDetails", Update=true)]
public System.Collections.Generic.List<string> GroupingConfigurationGroupByAlertDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "DisplayName", "Severity" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="A list of alert details to group by (when matchingMethod is Selected)", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="groupByAlertDetails", Update=true)>]
member this.GroupingConfigurationGroupByAlertDetail : System.Collections.Generic.List<string> with get, set
Public Property GroupingConfigurationGroupByAlertDetail As List(Of String)
Property Value
- Attributes