PipelineGroupPipeline Constructor
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.
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.
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.