PacketCoreControlPlaneVersions interface
Interface representing a PacketCoreControlPlaneVersions.
Methods
get(string, Packet |
Gets information about the specified packet core control plane version. |
get |
Gets information about the specified packet core control plane version. |
list(Packet |
Lists all supported packet core control planes versions. |
list |
Lists all supported packet core control planes versions. |
Method Details
get(string, PacketCoreControlPlaneVersionsGetOptionalParams)
Gets information about the specified packet core control plane version.
function get(versionName: string, options?: PacketCoreControlPlaneVersionsGetOptionalParams): Promise<PacketCoreControlPlaneVersion>
Parameters
- versionName
-
string
The name of the packet core control plane version.
The options parameters.
Returns
Promise<PacketCoreControlPlaneVersion>
getBySubscription(string, PacketCoreControlPlaneVersionsGetBySubscriptionOptionalParams)
Gets information about the specified packet core control plane version.
function getBySubscription(versionName: string, options?: PacketCoreControlPlaneVersionsGetBySubscriptionOptionalParams): Promise<PacketCoreControlPlaneVersion>
Parameters
- versionName
-
string
The name of the packet core control plane version.
The options parameters.
Returns
Promise<PacketCoreControlPlaneVersion>
list(PacketCoreControlPlaneVersionsListOptionalParams)
Lists all supported packet core control planes versions.
function list(options?: PacketCoreControlPlaneVersionsListOptionalParams): PagedAsyncIterableIterator<PacketCoreControlPlaneVersion, PacketCoreControlPlaneVersion[], PageSettings>
Parameters
The options parameters.
Returns
listBySubscription(PacketCoreControlPlaneVersionsListBySubscriptionOptionalParams)
Lists all supported packet core control planes versions.
function listBySubscription(options?: PacketCoreControlPlaneVersionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PacketCoreControlPlaneVersion, PacketCoreControlPlaneVersion[], PageSettings>
Parameters
The options parameters.