共用方式為


SyslogDataSourceLogLevel Struct

Definition

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