次の方法で共有


ApplicationGatewayCustomError.StatusCode プロパティ

定義

アプリケーション ゲートウェイの顧客エラーの状態コードを取得または設定します。 使用できる値は、'HttpStatus403'、'HttpStatus502' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象