次の方法で共有


SupportTicketDetails.Severity プロパティ

定義

ケースの緊急性を示す値を取得または設定します。これにより、Azure とのテクニカル サポート プランのサービス レベル アグリーメントに従って応答時間が決定されます。 注: "重大な影響が最も高い" 重大度は、Premium のお客様専用に予約されています。 使用可能な値は、'minimal'、'moderate'、'critical'、'highestcriticalimpact' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.severity")]
public string Severity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.severity")>]
member this.Severity : string with get, set
Public Property Severity As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象