共用方式為


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

適用於