EventData.SubStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET