packet_core_control_plane_versions
Creates, updates, deletes, gets or lists a packet_core_control_plane_versions
resource.
Overview
Name | packet_core_control_plane_versions |
Type | Resource |
Id | azure.mobile_network.packet_core_control_plane_versions |
Fields
- vw_packet_core_control_plane_versions
- packet_core_control_plane_versions
Name | Datatype | Description |
---|---|---|
platforms | text | field from the properties object |
provisioning_state | text | field from the properties object |
subscriptionId | text | field from the properties object |
versionName | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
properties | object | Packet core control plane version properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | versionName | Gets information about the specified packet core control plane version. |
get_by_subscription | SELECT | subscriptionId, versionName | Gets information about the specified packet core control plane version. |
list | SELECT |
| Lists all supported packet core control planes versions. |
list_by_subscription | SELECT | subscriptionId | Lists all supported packet core control planes versions. |
SELECT
examples
Lists all supported packet core control planes versions.
- vw_packet_core_control_plane_versions
- packet_core_control_plane_versions
SELECT
platforms,
provisioning_state,
subscriptionId,
versionName
FROM azure.mobile_network.vw_packet_core_control_plane_versions
;
SELECT
properties
FROM azure.mobile_network.packet_core_control_plane_versions
;