ExtendedUeInformation interface
Interface representing a ExtendedUeInformation.
Methods
get(string, string, string, Extended |
Gets extended information about the specified UE from the packet core. |
Method Details
get(string, string, string, ExtendedUeInformationGetOptionalParams)
Gets extended information about the specified UE from the packet core.
function get(resourceGroupName: string, packetCoreControlPlaneName: string, ueId: string, options?: ExtendedUeInformationGetOptionalParams): Promise<ExtendedUeInfo>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- packetCoreControlPlaneName
-
string
The name of the packet core control plane.
- ueId
-
string
IMSI of a UE.
The options parameters.
Returns
Promise<ExtendedUeInfo>