EventData.SubStatus Property

Definition

Gets the event sub status. Most of the time, when included, this captures the HTTP status code of the REST call. Common values are: OK (HTTP Status Code: 200), Created (HTTP Status Code: 201), Accepted (HTTP Status Code: 202), No Content (HTTP Status Code: 204), Bad Request(HTTP Status Code: 400), Not Found (HTTP Status Code: 404), Conflict (HTTP Status Code: 409), Internal Server Error (HTTP Status Code: 500), Service Unavailable (HTTP Status Code:503), Gateway Timeout (HTTP Status Code: 504)

[Newtonsoft.Json.JsonProperty(PropertyName="subStatus")]
public Microsoft.Azure.Management.Monitor.Models.LocalizableString SubStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subStatus")>]
member this.SubStatus : Microsoft.Azure.Management.Monitor.Models.LocalizableString
Public ReadOnly Property SubStatus As LocalizableString

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to