SyslogDataSourceLogLevel Struct
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 SyslogDataSourceLogLevel.
public readonly struct SyslogDataSourceLogLevel : IEquatable<Azure.ResourceManager.Monitor.Models.SyslogDataSourceLogLevel>
type SyslogDataSourceLogLevel = struct
Public Structure SyslogDataSourceLogLevel
Implements IEquatable(Of SyslogDataSourceLogLevel)
- Inheritance
-
SyslogDataSourceLogLevel
- Implements
Constructors
SyslogDataSourceLogLevel(String) |
Initializes a new instance of SyslogDataSourceLogLevel. |
Properties
Alert |
Alert. |
Asterisk |
*. |
Critical |
Critical. |
Debug |
Debug. |
Emergency |
Emergency. |
Error |
Error. |
Info |
Info. |
Notice |
Notice. |
Warning |
Warning. |
Methods
Equals(SyslogDataSourceLogLevel) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SyslogDataSourceLogLevel, SyslogDataSourceLogLevel) |
Determines if two SyslogDataSourceLogLevel values are the same. |
Implicit(String to SyslogDataSourceLogLevel) |
Converts a string to a SyslogDataSourceLogLevel. |
Inequality(SyslogDataSourceLogLevel, SyslogDataSourceLogLevel) |
Determines if two SyslogDataSourceLogLevel values are not the same. |
Applies to
Azure SDK for .NET