PipelineGroupPipeline Constructor

Definition

Initializes a new instance of PipelineGroupPipeline.

public PipelineGroupPipeline(string name, Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPipelineType type, System.Collections.Generic.IEnumerable<string> receivers, System.Collections.Generic.IEnumerable<string> exporters);
new Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPipeline : string * Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPipelineType * seq<string> * seq<string> -> Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPipeline
Public Sub New (name As String, type As PipelineGroupPipelineType, receivers As IEnumerable(Of String), exporters As IEnumerable(Of String))

Parameters

name
String

Name of the pipeline.

type
PipelineGroupPipelineType

The type of pipeline.

receivers
IEnumerable<String>

Reference to receivers configured for the pipeline.

exporters
IEnumerable<String>

Reference to exporters configured for the pipeline.

Exceptions

name, receivers or exporters is null.

Applies to