PipelineGroupServicePipeline Class

Definition

Pipeline Info.

public class PipelineGroupServicePipeline : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.PipelineGroupServicePipeline>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.PipelineGroupServicePipeline>
type PipelineGroupServicePipeline = class
    interface IJsonModel<PipelineGroupServicePipeline>
    interface IPersistableModel<PipelineGroupServicePipeline>
Public Class PipelineGroupServicePipeline
Implements IJsonModel(Of PipelineGroupServicePipeline), IPersistableModel(Of PipelineGroupServicePipeline)
Inheritance
PipelineGroupServicePipeline
Implements

Constructors

PipelineGroupServicePipeline(String, PipelineGroupServicePipelineType, IEnumerable<String>, IEnumerable<String>)

Initializes a new instance of PipelineGroupServicePipeline.

Properties

Exporters

Reference to exporters configured for the pipeline.

Name

Name of the pipeline.

PipelineType

The type of pipeline.

Processors

Reference to processors configured for the pipeline.

Receivers

Reference to receivers configured for the pipeline.

Explicit Interface Implementations

IJsonModel<PipelineGroupServicePipeline>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PipelineGroupServicePipeline>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PipelineGroupServicePipeline>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PipelineGroupServicePipeline>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PipelineGroupServicePipeline>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to