次の方法で共有


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

適用対象