Share via


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

Definition

Initializes a new instance of UEInfo5G.

public UEInfo5G (string supi, int fivegTmsi, int regionId, int setId, int pointer, string mccInfoFivegGutiPlmnMcc, string mncInfoFivegGutiPlmnMnc);
new Azure.ResourceManager.MobileNetwork.Models.UEInfo5G : string * int * int * int * int * string * string -> Azure.ResourceManager.MobileNetwork.Models.UEInfo5G
Public Sub New (supi As String, fivegTmsi As Integer, regionId As Integer, setId As Integer, pointer As Integer, mccInfoFivegGutiPlmnMcc As String, mncInfoFivegGutiPlmnMnc As String)

Parameters

supi
String

Subscription Permanent Identifier.

fivegTmsi
Int32

5G Temporary Mobile Subscriber Identity.

regionId
Int32

AMF region identifier.

setId
Int32

AMF set identifier.

pointer
Int32

AMF pointer.

mccInfoFivegGutiPlmnMcc
String

Mobile country code (MCC).

mncInfoFivegGutiPlmnMnc
String

Mobile network code (MNC).

Exceptions

supi, mccInfoFivegGutiPlmnMcc or mncInfoFivegGutiPlmnMnc is null.

Applies to