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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET