UEInfo5G(String, Int32, Int32, Int32, Int32, String, String) Constructor
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET