Skip to main content

extended_ue_information

Creates, updates, deletes, gets or lists a extended_ue_information resource.

Overview

Nameextended_ue_information
TypeResource
Idazure.mobile_network.extended_ue_information

Fields

NameDatatypeDescription
last_read_attextfield from the properties object
packetCoreControlPlaneNametextfield from the properties object
rat_typetextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
ueIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTpacketCoreControlPlaneName, resourceGroupName, subscriptionId, ueIdGets extended information about the specified UE from the packet core.

SELECT examples

Gets extended information about the specified UE from the packet core.

SELECT
last_read_at,
packetCoreControlPlaneName,
rat_type,
resourceGroupName,
subscriptionId,
ueId
FROM azure.mobile_network.vw_extended_ue_information
WHERE packetCoreControlPlaneName = '{{ packetCoreControlPlaneName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND ueId = '{{ ueId }}';