PipelineGroupServicePipeline 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 PipelineGroupServicePipeline.
public PipelineGroupServicePipeline (string name, Azure.ResourceManager.Monitor.Models.PipelineGroupServicePipelineType pipelineType, System.Collections.Generic.IEnumerable<string> receivers, System.Collections.Generic.IEnumerable<string> exporters);
new Azure.ResourceManager.Monitor.Models.PipelineGroupServicePipeline : string * Azure.ResourceManager.Monitor.Models.PipelineGroupServicePipelineType * seq<string> * seq<string> -> Azure.ResourceManager.Monitor.Models.PipelineGroupServicePipeline
Public Sub New (name As String, pipelineType As PipelineGroupServicePipelineType, receivers As IEnumerable(Of String), exporters As IEnumerable(Of String))
Parameters
- name
- String
Name of the pipeline.
- pipelineType
- PipelineGroupServicePipelineType
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET