IReceiver.SourceFieldName Property
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.
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