IJsonMapperDestinationField.Destination 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 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 Destination { 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.Destination : string with get, set
Public Property Destination As String
Property Value
- Attributes