Share via


IReceiver.DestinationFieldDestination Property

Definition

Define the destination's element. The element is the body or the attributes of the message, to which the json array mapper will write the output map.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "body", "attributes" })]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Define the destination's element. The element is the body or the attributes of the message, to which the json array mapper will write the output map.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="destination", Update=true)]
public string DestinationFieldDestination { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PSArgumentCompleter(new System.String[] { "body", "attributes" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Define the destination's element. The element is the body or the attributes of the message, to which the json array mapper will write the output map.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="destination", Update=true)>]
member this.DestinationFieldDestination : string with get, set
Public Property DestinationFieldDestination As String

Property Value

Attributes

Applies to