PipelineGroupReceiverType Struct

Definition

The receiver type.

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

Constructors

PipelineGroupReceiverType(String)

Initializes a new instance of PipelineGroupReceiverType.

Properties

Ama

Receives data from azure monitor agent receiver.

Otlp

Receives data from a OTLP collector.

PipelineGroup

Receives data from another pipeline group.

Syslog

Linux syslog.

Udp

Receives data from an UDP collector.

Methods

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

Equality(PipelineGroupReceiverType, PipelineGroupReceiverType)

Determines if two PipelineGroupReceiverType values are the same.

Implicit(String to PipelineGroupReceiverType)

Converts a string to a PipelineGroupReceiverType.

Inequality(PipelineGroupReceiverType, PipelineGroupReceiverType)

Determines if two PipelineGroupReceiverType values are not the same.

Applies to