Freigeben über


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

Name Description
PipelineGroupReceiverType(String)

Initializes a new instance of PipelineGroupReceiverType.

Properties

Name Description
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

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

Converts a String to a PipelineGroupReceiverType.

Inequality(PipelineGroupReceiverType, PipelineGroupReceiverType)

Determines if two PipelineGroupReceiverType values are not the same.

Applies to