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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET