共用方式為


RecommendationRuleInner.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

適用於