EventDataInfo.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.
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).
public Azure.ResourceManager.Monitor.Models.MonitorLocalizableString SubStatus { get; }
member this.SubStatus : Azure.ResourceManager.Monitor.Models.MonitorLocalizableString
Public ReadOnly Property SubStatus As MonitorLocalizableString
Property Value
Applies to
Azure SDK for .NET