IRelatedAlert.Relevance 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.
The alerts's relevance status
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.PSArgumentCompleter(new System.String[] { "None", "Relevant", "Irrelevant" })]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Create=true, Description="The alerts's relevance status", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="relevance", Update=true)]
public string Relevance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.PSArgumentCompleter(new System.String[] { "None", "Relevant", "Irrelevant" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Create=true, Description="The alerts's relevance status", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="relevance", Update=true)>]
member this.Relevance : string with get, set
Public Property Relevance As String
Property Value
- Attributes