다음을 통해 공유


RecommendationInner.Level 속성

정의

이 권장 사항이 영향을 미칠 수 있는 중요도를 나타내는 수준을 가져오거나 설정합니다. 가능한 값은 '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)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상