Share via


PipelineGroupJsonMapperDestinationField Class

Definition

JsonArrayMapper destination field used to describe the field to which the parsed output will be written.

public class PipelineGroupJsonMapperDestinationField : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.PipelineGroupJsonMapperDestinationField>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.PipelineGroupJsonMapperDestinationField>
type PipelineGroupJsonMapperDestinationField = class
    interface IJsonModel<PipelineGroupJsonMapperDestinationField>
    interface IPersistableModel<PipelineGroupJsonMapperDestinationField>
Public Class PipelineGroupJsonMapperDestinationField
Implements IJsonModel(Of PipelineGroupJsonMapperDestinationField), IPersistableModel(Of PipelineGroupJsonMapperDestinationField)
Inheritance
PipelineGroupJsonMapperDestinationField
Implements

Constructors

PipelineGroupJsonMapperDestinationField()

Initializes a new instance of PipelineGroupJsonMapperDestinationField.

Properties

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PipelineGroupJsonMapperDestinationField>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PipelineGroupJsonMapperDestinationField>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PipelineGroupJsonMapperDestinationField>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PipelineGroupJsonMapperDestinationField>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PipelineGroupJsonMapperDestinationField>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to