Skip to main content

ue_information

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

Overview

Nameue_information
TypeResource
Idazure.mobile_network.ue_information

Fields

NameDatatypeDescription
propertiesobjectBasic UE Information Properties.

Methods

NameAccessible byRequired ParamsDescription
listSELECTpacketCoreControlPlaneName, resourceGroupName, subscriptionIdList all UEs and their state in a packet core.

SELECT examples

List all UEs and their state in a packet core.

SELECT
properties
FROM azure.mobile_network.ue_information
WHERE packetCoreControlPlaneName = '{{ packetCoreControlPlaneName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';