UdpReceiver Class
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.
Receiver using UDP as transport protocol.
public class UdpReceiver : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.UdpReceiver>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.UdpReceiver>
type UdpReceiver = class
interface IJsonModel<UdpReceiver>
interface IPersistableModel<UdpReceiver>
Public Class UdpReceiver
Implements IJsonModel(Of UdpReceiver), IPersistableModel(Of UdpReceiver)
- Inheritance
-
UdpReceiver
- Implements
Constructors
UdpReceiver(String) |
Initializes a new instance of UdpReceiver. |
Properties
Encoding |
The encoding of the stream being received. |
Endpoint |
TCP endpoint definition. Example: 0.0.0.0:<port>. |
JsonArrayMapper |
Json array mapper - allows this udp receiver to parse a value from a given source field as a json array, match a key to each parsed value and output the key-value map to a given output field. |
ReadQueueLength |
Max read queue length. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<UdpReceiver>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<UdpReceiver>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<UdpReceiver>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<UdpReceiver>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<UdpReceiver>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET