PacketCoreControlPlaneVersions interface

Interface representing a PacketCoreControlPlaneVersions.

Methods

get(string, PacketCoreControlPlaneVersionsGetOptionalParams)

Gets information about the specified packet core control plane version.

getBySubscription(string, PacketCoreControlPlaneVersionsGetBySubscriptionOptionalParams)

Gets information about the specified packet core control plane version.

list(PacketCoreControlPlaneVersionsListOptionalParams)

Lists all supported packet core control planes versions.

listBySubscription(PacketCoreControlPlaneVersionsListBySubscriptionOptionalParams)

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.

options
PacketCoreControlPlaneVersionsGetOptionalParams

The options parameters.

Returns

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.

Returns

list(PacketCoreControlPlaneVersionsListOptionalParams)

Lists all supported packet core control planes versions.

function list(options?: PacketCoreControlPlaneVersionsListOptionalParams): PagedAsyncIterableIterator<PacketCoreControlPlaneVersion, PacketCoreControlPlaneVersion[], PageSettings>

Parameters

options
PacketCoreControlPlaneVersionsListOptionalParams

The options parameters.

Returns

listBySubscription(PacketCoreControlPlaneVersionsListBySubscriptionOptionalParams)

Lists all supported packet core control planes versions.

function listBySubscription(options?: PacketCoreControlPlaneVersionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PacketCoreControlPlaneVersion, PacketCoreControlPlaneVersion[], PageSettings>

Parameters

Returns