UEInfo5G Class

Definition

UE Information for 5G.

public class UEInfo5G : Azure.ResourceManager.MobileNetwork.Models.ExtendedUEInfoProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.UEInfo5G>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.UEInfo5G>
type UEInfo5G = class
    inherit ExtendedUEInfoProperties
    interface IJsonModel<UEInfo5G>
    interface IPersistableModel<UEInfo5G>
Public Class UEInfo5G
Inherits ExtendedUEInfoProperties
Implements IJsonModel(Of UEInfo5G), IPersistableModel(Of UEInfo5G)
Inheritance
Implements

Constructors

UEInfo5G(String, Int32, Int32, Int32, Int32, String, String)

Initializes a new instance of UEInfo5G.

Properties

AllowedNssai

Allowed Network Slice Selection Assistance Information.

AmfUENgapId

The AMF UE NGAP ID.

BitLength

Gets or sets the bit length.

ENbId

eNodeB identifier.

FivegTmsi

5G Temporary Mobile Subscriber Identity.

GNBValue

Gets or sets the gnb value.

LastActivityOn

The timestamp of last activity of UE (UTC).

LastReadOn

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

(Inherited from ExtendedUEInfoProperties)
LastVisitedTai

Last Visited TAI.

LocationType

Location Type.

MccInfoConnectionInfoGlobalRanNodeIdPlmnIdMcc

Mobile country code (MCC).

MccInfoConnectionInfoLocationInfoPlmnMcc

Mobile country code (MCC).

MccInfoFivegGutiPlmnMcc

Mobile country code (MCC).

MncInfoConnectionInfoGlobalRanNodeIdPlmnIdMnc

Mobile network code (MNC).

MncInfoConnectionInfoLocationInfoPlmnMnc

Mobile network code (MNC).

MncInfoFivegGutiPlmnMnc

Mobile network code (MNC).

N3IwfId

N3 IWF identifier.

NgeNbId

NG-eNodeB identifier.

Nid

Network identifier.

Pei

Permanent Equipment Identifier.

PerUETnla

Per-UE transport network layer association.

Pointer

AMF pointer.

RanUENgapId

The RAN UE NGAP ID.

RegionId

AMF region identifier.

RrcEstablishmentCause

Radio connection establishment cause.

SessionInfo

Gets the session info.

SetId

AMF set identifier.

Supi

Subscription Permanent Identifier.

Tac

Type Allocation Code of UE.

TngfId

TNGF identifier.

UEState

State of the UE.

UEUsageSetting

The UE's usage setting.

WagfId

W-AGF identifier.

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.

(Inherited from ExtendedUEInfoProperties)
IJsonModel<ExtendedUEInfoProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ExtendedUEInfoProperties)
IJsonModel<UEInfo5G>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UEInfo5G>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExtendedUEInfoProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ExtendedUEInfoProperties)
IPersistableModel<ExtendedUEInfoProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ExtendedUEInfoProperties)
IPersistableModel<ExtendedUEInfoProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ExtendedUEInfoProperties)
IPersistableModel<UEInfo5G>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UEInfo5G>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UEInfo5G>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to