IQueryBasedAlertRuleProperties.CustomDetail 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.
Dictionary of string key-value pairs of columns to be attached to the alert
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Dictionary of string key-value pairs of columns to be attached to the alert", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IQueryBasedAlertRulePropertiesCustomDetails) }, ReadOnly=false, Required=false, SerializedName="customDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IQueryBasedAlertRulePropertiesCustomDetails CustomDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Dictionary of string key-value pairs of columns to be attached to the alert", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IQueryBasedAlertRulePropertiesCustomDetails) }, ReadOnly=false, Required=false, SerializedName="customDetails")>]
member this.CustomDetail : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IQueryBasedAlertRulePropertiesCustomDetails with get, set
Public Property CustomDetail As IQueryBasedAlertRulePropertiesCustomDetails
Property Value
- Attributes