RecommendationRule.Level Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets level of impact indicating how critical this rule is. Possible values include: 'Critical', 'Warning', 'Information', 'NonUrgentSuggestion'
[Newtonsoft.Json.JsonProperty(PropertyName="level")]
public Nullable<Microsoft.Azure.Management.WebSites.Models.NotificationLevel> Level { get; set; }
member this.Level : Nullable<Microsoft.Azure.Management.WebSites.Models.NotificationLevel> with get, set
Public Property Level As Nullable(Of NotificationLevel)
Property Value
- System.Nullable<NotificationLevel>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute