Share via


SyslogReceiver Class

Definition

Base receiver using TCP as transport protocol.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.SyslogReceiverTypeConverter))]
public class SyslogReceiver : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ISyslogReceiver
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.SyslogReceiverTypeConverter))>]
type SyslogReceiver = class
    interface ISyslogReceiver
    interface IJsonSerializable
Public Class SyslogReceiver
Implements ISyslogReceiver
Inheritance
SyslogReceiver
Attributes
Implements

Constructors

SyslogReceiver()

Creates an new SyslogReceiver instance.

Properties

Endpoint
Protocol

Protocol to parse syslog messages. Default rfc3164

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SyslogReceiver.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SyslogReceiver.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ISyslogReceiver.

FromJsonString(String)

Creates a new instance of SyslogReceiver, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SyslogReceiver into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to