routing_info
Creates, updates, deletes, gets or lists a routing_info
resource.
Overview
Name | routing_info |
Type | Resource |
Id | azure.mobile_network.routing_info |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | Routing information properties |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | packetCoreControlPlaneName, resourceGroupName, subscriptionId | Get the routing information for the packet core. |
list | SELECT | packetCoreControlPlaneName, resourceGroupName, subscriptionId | List 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 }}';