SyslogProtocol 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.
Protocol to parse syslog messages. Default rfc3164.
public readonly struct SyslogProtocol : IEquatable<Azure.ResourceManager.Monitor.Models.SyslogProtocol>
type SyslogProtocol = struct
Public Structure SyslogProtocol
Implements IEquatable(Of SyslogProtocol)
- Inheritance
-
SyslogProtocol
- Implements
Constructors
SyslogProtocol(String) |
Initializes a new instance of SyslogProtocol. |
Properties
Rfc3164 |
rfc3164 protocol. |
Rfc5424 |
rfc5424 protocol. |
Methods
Equals(SyslogProtocol) |
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(SyslogProtocol, SyslogProtocol) |
Determines if two SyslogProtocol values are the same. |
Implicit(String to SyslogProtocol) |
Converts a string to a SyslogProtocol. |
Inequality(SyslogProtocol, SyslogProtocol) |
Determines if two SyslogProtocol values are not the same. |
Applies to
Azure SDK for .NET