PipelineGroupReceiverType Struct

Definition

The receiver type.

public readonly struct PipelineGroupReceiverType : IEquatable<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupReceiverType>
type PipelineGroupReceiverType = struct
Public Structure PipelineGroupReceiverType
Implements IEquatable(Of PipelineGroupReceiverType)
Inheritance
PipelineGroupReceiverType
Implements

Constructors

Name Description
PipelineGroupReceiverType(String)

Initializes a new instance of PipelineGroupReceiverType.

Properties

Name Description
Otlp

Receives data from a OTLP collector.

Syslog

Linux syslog.

Methods

Name Description
Equals(PipelineGroupReceiverType)

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(PipelineGroupReceiverType, PipelineGroupReceiverType)

Determines if two PipelineGroupReceiverType values are the same.

Implicit(String to Nullable<PipelineGroupReceiverType>)
Implicit(String to PipelineGroupReceiverType)

Converts a string to a PipelineGroupReceiverType.

Inequality(PipelineGroupReceiverType, PipelineGroupReceiverType)

Determines if two PipelineGroupReceiverType values are not the same.

Applies to