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

Name Description
SyslogReceiver()

Creates an new SyslogReceiver instance.

Properties

Name Description
AllowedFormat

List of allowed message formats for syslog/CEF ingestion. Default 'all'.

AllowSkipPriHeader

Configure the receiver to allow parsing of messages without the PRI header. Default false.

Endpoint
TransportProtocol

Transport protocol. Default tcp.

Methods

Name Description
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