Skip to main content

packet_core_control_plane_versions

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

Overview

Namepacket_core_control_plane_versions
TypeResource
Idazure.mobile_network.packet_core_control_plane_versions

Fields

NameDatatypeDescription
platformstextfield from the properties object
provisioning_statetextfield from the properties object
subscriptionIdtextfield from the properties object
versionNametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTversionNameGets information about the specified packet core control plane version.
get_by_subscriptionSELECTsubscriptionId, versionNameGets information about the specified packet core control plane version.
listSELECTLists all supported packet core control planes versions.
list_by_subscriptionSELECTsubscriptionIdLists all supported packet core control planes versions.

SELECT examples

Lists all supported packet core control planes versions.

SELECT
platforms,
provisioning_state,
subscriptionId,
versionName
FROM azure.mobile_network.vw_packet_core_control_plane_versions
;