Share via


ConfigDataProperties.Exclude Property

Definition

Gets or sets exclude the resource from Advisor evaluations. Valid values: False (default) or True.

[Newtonsoft.Json.JsonProperty(PropertyName="exclude")]
public bool? Exclude { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="exclude")>]
member this.Exclude : Nullable<bool> with get, set
Public Property Exclude As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to