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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET