IRelatedResource.Relevance Property

Definition

The resource'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 resource'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 resource'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

Applies to