Skip to main content

sites_packet_cores

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

Overview

Namesites_packet_cores
TypeResource
Idazure.mobile_network.sites_packet_cores

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
deleteDELETEmobileNetworkName, resourceGroupName, siteName, subscriptionIdDeletes a packet core under the specified mobile network site.

DELETE example

Deletes the specified sites_packet_cores resource.

/*+ delete */
DELETE FROM azure.mobile_network.sites_packet_cores
WHERE mobileNetworkName = '{{ mobileNetworkName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';