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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET