SyslogDataSourceStream 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 SyslogDataSourceStream.
public readonly struct SyslogDataSourceStream : IEquatable<Azure.ResourceManager.Monitor.Models.SyslogDataSourceStream>
type SyslogDataSourceStream = struct
Public Structure SyslogDataSourceStream
Implements IEquatable(Of SyslogDataSourceStream)
- Inheritance
-
SyslogDataSourceStream
- Implements
Constructors
SyslogDataSourceStream(String) |
Initializes a new instance of SyslogDataSourceStream. |
Properties
MicrosoftSyslog |
Microsoft-Syslog. |
Methods
Equals(SyslogDataSourceStream) |
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(SyslogDataSourceStream, SyslogDataSourceStream) |
Determines if two SyslogDataSourceStream values are the same. |
Implicit(String to SyslogDataSourceStream) |
Converts a string to a SyslogDataSourceStream. |
Inequality(SyslogDataSourceStream, SyslogDataSourceStream) |
Determines if two SyslogDataSourceStream values are not the same. |
Applies to
Azure SDK for .NET