SyslogSeverityIdentifier.Severity 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 or sets the Severity type.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="severity")]
public Microsoft.Azure.Commands.OperationalInsights.Models.SyslogSeverities Severity { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="severity")>]
member this.Severity : Microsoft.Azure.Commands.OperationalInsights.Models.SyslogSeverities with get, set
Public Property Severity As SyslogSeverities
Property Value
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute