PipelineGroupPipeline Class
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 class PipelineGroupPipeline : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPipeline>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupPipeline>
type PipelineGroupPipeline = class
interface IJsonModel<PipelineGroupPipeline>
interface IPersistableModel<PipelineGroupPipeline>
Public Class PipelineGroupPipeline
Implements IJsonModel(Of PipelineGroupPipeline), IPersistableModel(Of PipelineGroupPipeline)
- Inheritance
-
PipelineGroupPipeline
- Implements
Constructors
| Name | Description |
|---|---|
| PipelineGroupPipeline(String, PipelineGroupPipelineType, IEnumerable<String>, IEnumerable<String>) |
Initializes a new instance of PipelineGroupPipeline. |
Properties
| Name | Description |
|---|---|
| Exporters |
Reference to exporters configured for the pipeline. |
| Name |
Name of the pipeline. |
| Processors |
Reference to processors configured for the pipeline. |
| Receivers |
Reference to receivers configured for the pipeline. |
| Type |
The type of pipeline. |