ExtendedUEInfoProperties Class

Definition

Extended UE Information Properties. Please note ExtendedUEInfoProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include UEInfo4G and UEInfo5G.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MobileNetwork.Models.UnknownExtendedUEInfoProperties))]
public abstract class ExtendedUEInfoProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.ExtendedUEInfoProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.ExtendedUEInfoProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MobileNetwork.Models.UnknownExtendedUEInfoProperties))>]
type ExtendedUEInfoProperties = class
    interface IJsonModel<ExtendedUEInfoProperties>
    interface IPersistableModel<ExtendedUEInfoProperties>
Public MustInherit Class ExtendedUEInfoProperties
Implements IJsonModel(Of ExtendedUEInfoProperties), IPersistableModel(Of ExtendedUEInfoProperties)
Inheritance
ExtendedUEInfoProperties
Derived
Attributes
Implements

Constructors

ExtendedUEInfoProperties()

Initializes a new instance of ExtendedUEInfoProperties.

Properties

LastReadOn

The timestamp of last UE info read from the packet core (UTC).

Explicit Interface Implementations

IJsonModel<ExtendedUEInfoProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExtendedUEInfoProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExtendedUEInfoProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedUEInfoProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExtendedUEInfoProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to