ue_information
Creates, updates, deletes, gets or lists a ue_information
resource.
Overview
Name | ue_information |
Type | Resource |
Id | azure.mobile_network.ue_information |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | Basic UE Information Properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | packetCoreControlPlaneName, resourceGroupName, subscriptionId | List 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 }}';