Compartir a través de


RecommendationRule.Level Propiedad

Definición

Obtiene o establece el nivel de impacto que indica la importancia de esta regla. Entre los valores posibles se incluyen: 'Critical', 'Warning', 'Information', 'NonUrgentSuggestion'

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a