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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET