PipelineGroupAllowedFormat Struct
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.
Supported literals for allowed syslog and CEF parsing formats.
public readonly struct PipelineGroupAllowedFormat : IEquatable<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupAllowedFormat>
type PipelineGroupAllowedFormat = struct
Public Structure PipelineGroupAllowedFormat
Implements IEquatable(Of PipelineGroupAllowedFormat)
- Inheritance
-
PipelineGroupAllowedFormat
- Implements
Constructors
| Name | Description |
|---|---|
| PipelineGroupAllowedFormat(String) |
Initializes a new instance of PipelineGroupAllowedFormat. |
Properties
| Name | Description |
|---|---|
| All |
Allow all supported syslog and CEF formats. |
| CefRfc3164 |
Allow CEF payloads embedded in RFC3164 syslog messages. |
| CefRfc5424 |
Allow CEF payloads embedded in RFC5424 syslog messages. |
| RawCef |
Allow raw CEF payloads without syslog encapsulation. |
| SyslogRfc3164 |
Allow RFC3164 syslog messages. |
| SyslogRfc5424 |
Allow RFC5424 syslog messages. |
Methods
| Name | Description |
|---|---|
| Equals(PipelineGroupAllowedFormat) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(PipelineGroupAllowedFormat, PipelineGroupAllowedFormat) |
Determines if two PipelineGroupAllowedFormat values are the same. |
| Implicit(String to Nullable<PipelineGroupAllowedFormat>) | |
| Implicit(String to PipelineGroupAllowedFormat) |
Converts a string to a PipelineGroupAllowedFormat. |
| Inequality(PipelineGroupAllowedFormat, PipelineGroupAllowedFormat) |
Determines if two PipelineGroupAllowedFormat values are not the same. |