Share via


IPipeline.Receiver Property

Definition

Reference to receivers configured for the pipeline.

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

Property Value

Attributes

Applies to