你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
PipelineGroupJsonMapperDestinationField()

Initializes a new instance of PipelineGroupJsonMapperDestinationField.

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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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