Share via


IPipeline.Exporter Property

Definition

Reference to exporters configured for the pipeline.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Reference to exporters configured for the pipeline.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="exporters", Update=true)]
public System.Collections.Generic.List<string> Exporter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Reference to exporters configured for the pipeline.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="exporters", Update=true)>]
member this.Exporter : System.Collections.Generic.List<string> with get, set
Public Property Exporter As List(Of String)

Property Value

Attributes

Applies to