ResourceRecommendationBase.Risk Property

Definition

Gets or sets the potential risk of not implementing the recommendation. Possible values include: 'Error', 'Warning', 'None'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.risk")]
public string Risk { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.risk")>]
member this.Risk : string with get, set
Public Property Risk As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to