PipelineGroupJsonMapperDestinationField.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.
public Azure.ResourceManager.Monitor.Models.PipelineGroupJsonMapperElement? Destination { get; set; }
member this.Destination : Nullable<Azure.ResourceManager.Monitor.Models.PipelineGroupJsonMapperElement> with get, set
Public Property Destination As Nullable(Of PipelineGroupJsonMapperElement)