PipelineGroupReceiver Class
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.
Receiver Info.
public class PipelineGroupReceiver : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupReceiver>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupReceiver>
type PipelineGroupReceiver = class
interface IJsonModel<PipelineGroupReceiver>
interface IPersistableModel<PipelineGroupReceiver>
Public Class PipelineGroupReceiver
Implements IJsonModel(Of PipelineGroupReceiver), IPersistableModel(Of PipelineGroupReceiver)
- Inheritance
-
PipelineGroupReceiver
- Implements
Constructors
| Name | Description |
|---|---|
| PipelineGroupReceiver(PipelineGroupReceiverType, String) |
Initializes a new instance of PipelineGroupReceiver. |
Properties
| Name | Description |
|---|---|
| Name |
The name of receiver. |
| OtlpEndpoint |
OTLP GRPC endpoint definition. Example: 0.0.0.0:<port>. |
| Syslog |
Syslog configurations. This field is mandatory for syslog type receivers. |
| TlsConfigurationName |
Reference to a named TLS configuration. If not specified, default TLS configuration is used. |
| Type |
The type of receiver. |