sites_packet_cores
Creates, updates, deletes, gets or lists a sites_packet_cores
resource.
Overview
Name | sites_packet_cores |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
delete | exec | subscriptionId , resourceGroupName , mobileNetworkName , siteName | Deletes 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.
Name | Datatype | Description |
---|---|---|
mobileNetworkName | string | The name of the mobile network. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
siteName | string | The name of the mobile network site. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
Lifecycle Methods
- delete
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 }}"
}'
;