ArmMonitorPipelineGroupsModelFactory.PipelineGroupReceiver Method
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.
public static Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupReceiver PipelineGroupReceiver(Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupReceiverType type = default, string name = default, string tlsConfigurationName = default, Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupSyslogReceiver syslog = default, string otlpEndpoint = default);
static member PipelineGroupReceiver : Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupReceiverType * string * string * Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupSyslogReceiver * string -> Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupReceiver
Public Shared Function PipelineGroupReceiver (Optional type As PipelineGroupReceiverType = Nothing, Optional name As String = Nothing, Optional tlsConfigurationName As String = Nothing, Optional syslog As PipelineGroupSyslogReceiver = Nothing, Optional otlpEndpoint As String = Nothing) As PipelineGroupReceiver
Parameters
The type of receiver.
- name
- String
The name of receiver.
- tlsConfigurationName
- String
Reference to a named TLS configuration. If not specified, default TLS configuration is used.
- syslog
- PipelineGroupSyslogReceiver
Syslog configurations. This field is mandatory for syslog type receivers.
- otlpEndpoint
- String
OTLP GRPC endpoint definition. Example: 0.0.0.0:<port>.
Returns
A new PipelineGroupReceiver instance for mocking.