ArmMonitorPipelineGroupsModelFactory.PipelineGroupPipeline Method
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.
Pipeline Info.
public static Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPipeline PipelineGroupPipeline(string name = default, Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPipelineType type = default, System.Collections.Generic.IEnumerable<string> receivers = default, System.Collections.Generic.IEnumerable<string> processors = default, System.Collections.Generic.IEnumerable<string> exporters = default);
static member PipelineGroupPipeline : string * Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPipelineType * seq<string> * seq<string> * seq<string> -> Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPipeline
Public Shared Function PipelineGroupPipeline (Optional name As String = Nothing, Optional type As PipelineGroupPipelineType = Nothing, Optional receivers As IEnumerable(Of String) = Nothing, Optional processors As IEnumerable(Of String) = Nothing, Optional exporters As IEnumerable(Of String) = Nothing) As PipelineGroupPipeline
Parameters
- name
- String
Name of the pipeline.
The type of pipeline.
- receivers
- IEnumerable<String>
Reference to receivers configured for the pipeline.
- processors
- IEnumerable<String>
Reference to processors configured for the pipeline.
- exporters
- IEnumerable<String>
Reference to exporters configured for the pipeline.
Returns
A new PipelineGroupPipeline instance for mocking.