Share via


IReceiver.SourceFieldName Property

Definition

Define a source field name from which the json array mapper will read the json array. Leaving this empty, means reading the body of the message itself.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Define a source field name from which the json array mapper will read the json array. Leaving this empty, means reading the body of the message itself.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="fieldName", Update=true)]
public string SourceFieldName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Define a source field name from which the json array mapper will read the json array. Leaving this empty, means reading the body of the message itself.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="fieldName", Update=true)>]
member this.SourceFieldName : string with get, set
Public Property SourceFieldName As String

Property Value

Attributes

Applies to