Compartir a través de


ApplicationGatewayCustomError.StatusCode Propiedad

Definición

Obtiene o establece el código de estado del error del cliente de Application Gateway. Entre los valores posibles se incluyen: "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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a