Udostępnij przez


IJsonMapperDestinationField Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.JsonMapperDestinationFieldTypeConverter))]
public interface IJsonMapperDestinationField : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.JsonMapperDestinationFieldTypeConverter))>]
type IJsonMapperDestinationField = interface
    interface IJsonSerializable
Public Interface IJsonMapperDestinationField
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Destination

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.

FieldName

Define a destination field name under the given element. Leaving this empty, means the root of the element. In case element=attributes and fieldName is empty, the object's attributes themselves will contain the key value output pairs.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to