次の方法で共有


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

適用対象