AttachedDataNetworks interface

Interface representing a AttachedDataNetworks.

Methods

beginCreateOrUpdate(string, string, string, string, AttachedDataNetwork, AttachedDataNetworksCreateOrUpdateOptionalParams)

Creates or updates an attached data network. Must be created in the same location as its parent packet core data plane.

beginCreateOrUpdateAndWait(string, string, string, string, AttachedDataNetwork, AttachedDataNetworksCreateOrUpdateOptionalParams)

Creates or updates an attached data network. Must be created in the same location as its parent packet core data plane.

beginDelete(string, string, string, string, AttachedDataNetworksDeleteOptionalParams)

Deletes the specified attached data network.

beginDeleteAndWait(string, string, string, string, AttachedDataNetworksDeleteOptionalParams)

Deletes the specified attached data network.

get(string, string, string, string, AttachedDataNetworksGetOptionalParams)

Gets information about the specified attached data network.

listByPacketCoreDataPlane(string, string, string, AttachedDataNetworksListByPacketCoreDataPlaneOptionalParams)

Gets all the attached data networks associated with a packet core data plane.

updateTags(string, string, string, string, TagsObject, AttachedDataNetworksUpdateTagsOptionalParams)

Updates an attached data network tags.

Method Details

beginCreateOrUpdate(string, string, string, string, AttachedDataNetwork, AttachedDataNetworksCreateOrUpdateOptionalParams)

Creates or updates an attached data network. Must be created in the same location as its parent packet core data plane.

function beginCreateOrUpdate(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, parameters: AttachedDataNetwork, options?: AttachedDataNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedDataNetwork>, AttachedDataNetwork>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

packetCoreControlPlaneName

string

The name of the packet core control plane.

packetCoreDataPlaneName

string

The name of the packet core data plane.

attachedDataNetworkName

string

The name of the attached data network.

parameters
AttachedDataNetwork

Parameters supplied to the create or update attached data network operation.

options
AttachedDataNetworksCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedDataNetwork>, AttachedDataNetwork>>

beginCreateOrUpdateAndWait(string, string, string, string, AttachedDataNetwork, AttachedDataNetworksCreateOrUpdateOptionalParams)

Creates or updates an attached data network. Must be created in the same location as its parent packet core data plane.

function beginCreateOrUpdateAndWait(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, parameters: AttachedDataNetwork, options?: AttachedDataNetworksCreateOrUpdateOptionalParams): Promise<AttachedDataNetwork>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

packetCoreControlPlaneName

string

The name of the packet core control plane.

packetCoreDataPlaneName

string

The name of the packet core data plane.

attachedDataNetworkName

string

The name of the attached data network.

parameters
AttachedDataNetwork

Parameters supplied to the create or update attached data network operation.

options
AttachedDataNetworksCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, string, AttachedDataNetworksDeleteOptionalParams)

Deletes the specified attached data network.

function beginDelete(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, options?: AttachedDataNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

packetCoreControlPlaneName

string

The name of the packet core control plane.

packetCoreDataPlaneName

string

The name of the packet core data plane.

attachedDataNetworkName

string

The name of the attached data network.

options
AttachedDataNetworksDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, AttachedDataNetworksDeleteOptionalParams)

Deletes the specified attached data network.

function beginDeleteAndWait(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, options?: AttachedDataNetworksDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

packetCoreControlPlaneName

string

The name of the packet core control plane.

packetCoreDataPlaneName

string

The name of the packet core data plane.

attachedDataNetworkName

string

The name of the attached data network.

options
AttachedDataNetworksDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, string, AttachedDataNetworksGetOptionalParams)

Gets information about the specified attached data network.

function get(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, options?: AttachedDataNetworksGetOptionalParams): Promise<AttachedDataNetwork>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

packetCoreControlPlaneName

string

The name of the packet core control plane.

packetCoreDataPlaneName

string

The name of the packet core data plane.

attachedDataNetworkName

string

The name of the attached data network.

options
AttachedDataNetworksGetOptionalParams

The options parameters.

Returns

listByPacketCoreDataPlane(string, string, string, AttachedDataNetworksListByPacketCoreDataPlaneOptionalParams)

Gets all the attached data networks associated with a packet core data plane.

function listByPacketCoreDataPlane(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, options?: AttachedDataNetworksListByPacketCoreDataPlaneOptionalParams): PagedAsyncIterableIterator<AttachedDataNetwork, AttachedDataNetwork[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

packetCoreControlPlaneName

string

The name of the packet core control plane.

packetCoreDataPlaneName

string

The name of the packet core data plane.

Returns

updateTags(string, string, string, string, TagsObject, AttachedDataNetworksUpdateTagsOptionalParams)

Updates an attached data network tags.

function updateTags(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, parameters: TagsObject, options?: AttachedDataNetworksUpdateTagsOptionalParams): Promise<AttachedDataNetwork>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

packetCoreControlPlaneName

string

The name of the packet core control plane.

packetCoreDataPlaneName

string

The name of the packet core data plane.

attachedDataNetworkName

string

The name of the attached data network.

parameters
TagsObject

Parameters supplied to update attached data network tags.

options
AttachedDataNetworksUpdateTagsOptionalParams

The options parameters.

Returns