Skip to main content

routing_info

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

Overview

Namerouting_info
TypeResource
Idazure.mobile_network.routing_info

Fields

NameDatatypeDescription
propertiesobjectRouting information properties

Methods

NameAccessible byRequired ParamsDescription
getSELECTpacketCoreControlPlaneName, resourceGroupName, subscriptionIdGet the routing information for the packet core.
listSELECTpacketCoreControlPlaneName, resourceGroupName, subscriptionIdList all of the routing information for the packet core.

SELECT examples

Get the routing information for the packet core.

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