Pipeline 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.PipelineTypeConverter))]
public class Pipeline : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IPipeline
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.PipelineTypeConverter))>]
type Pipeline = class
interface IPipeline
interface IJsonSerializable
Public Class Pipeline
Implements IPipeline
- Inheritance
-
Pipeline
- Attributes
- Implements
Constructors
Pipeline() |
Creates an new Pipeline instance. |
Properties
Exporter |
Reference to exporters configured for the pipeline. |
Name |
Name of the pipeline. |
Processor |
Reference to processors configured for the pipeline. |
Receiver |
Reference to receivers configured for the pipeline. |
Type |
The type of pipeline |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Pipeline. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IPipeline. |
FromJsonString(String) |
Creates a new instance of Pipeline, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |