Share via


ResourceRecommendationBase.SuppressionIds Property

Definition

Gets or sets the list of snoozed and dismissed rules for the recommendation.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.suppressionIds")]
public System.Collections.Generic.IList<Guid?> SuppressionIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.suppressionIds")>]
member this.SuppressionIds : System.Collections.Generic.IList<Nullable<Guid>> with get, set
Public Property SuppressionIds As IList(Of Nullable(Of Guid))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to