ISyslogReceiver.AllowedFormat Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "all", "syslogRfc3164", "syslogRfc5424", "cefRfc3164", "cefRfc5424", "rawCef" })]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="List of allowed message formats for syslog/CEF ingestion. Default 'all'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedFormats", Update=true)]
public System.Collections.Generic.List<string> AllowedFormat { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "all", "syslogRfc3164", "syslogRfc5424", "cefRfc3164", "cefRfc5424", "rawCef" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="List of allowed message formats for syslog/CEF ingestion. Default 'all'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedFormats", Update=true)>]
member this.AllowedFormat : System.Collections.Generic.List<string> with get, set
Public Property AllowedFormat As List(Of String)

Property Value

Attributes

Applies to