RecommendationInner.Level Property

Definition

Gets or sets level indicating how critical this recommendation can impact. Possible values include: 'Critical', 'Warning', 'Information', 'NonUrgentSuggestion'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.level")]
public Microsoft.Azure.Management.AppService.Fluent.Models.NotificationLevel? Level { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.level")>]
member this.Level : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.NotificationLevel> with get, set
Public Property Level As Nullable(Of NotificationLevel)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to