IReceiver.SyslogAllowedFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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> SyslogAllowedFormat { 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.SyslogAllowedFormat : System.Collections.Generic.List<string> with get, set
Public Property SyslogAllowedFormat As List(Of String)
Property Value
- Attributes