RouterJobNote Class

Definition

A note attached to a job.

public class RouterJobNote
public class RouterJobNote : System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.RouterJobNote>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.RouterJobNote>
type RouterJobNote = class
type RouterJobNote = class
    interface IJsonModel<RouterJobNote>
    interface IPersistableModel<RouterJobNote>
Public Class RouterJobNote
Public Class RouterJobNote
Implements IJsonModel(Of RouterJobNote), IPersistableModel(Of RouterJobNote)
Inheritance
RouterJobNote
Implements

Constructors

RouterJobNote(String)

Initializes a new instance of RouterJobNote.

Properties

AddedAt

The time at which the note was added in UTC. If not provided, will default to the current time.

Message

The message contained in the note.

Explicit Interface Implementations

IJsonModel<RouterJobNote>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RouterJobNote>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RouterJobNote>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RouterJobNote>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RouterJobNote>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to