Dela via


SyslogDataSourceStream Struct

Definition

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