Share via


IReceiver.SyslogProtocol Property

Definition

Protocol to parse syslog messages. Default rfc3164

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "rfc3164", "rfc5424" })]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Protocol to parse syslog messages. Default rfc3164", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="protocol", Update=true)]
public string SyslogProtocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "rfc3164", "rfc5424" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Protocol to parse syslog messages. Default rfc3164", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="protocol", Update=true)>]
member this.SyslogProtocol : string with get, set
Public Property SyslogProtocol As String

Property Value

Attributes

Applies to