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

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
deleteexecsubscriptionId, resourceGroupName, mobileNetworkName, siteNameDeletes a packet core under the specified mobile network site.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
mobileNetworkNamestringThe name of the mobile network.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
siteNamestringThe name of the mobile network site.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

Lifecycle Methods

Deletes a packet core under the specified mobile network site.

EXEC azure.mobile_network.sites_packet_cores.delete 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@mobileNetworkName='{{ mobileNetworkName }}' --required,
@siteName='{{ siteName }}' --required
@@json=
'{
"packetCore": "{{ packetCore }}"
}'
;