Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AttachedDataNetworksImpl

Package version

Class containing AttachedDataNetworks operations.

Hierarchy

  • AttachedDataNetworksImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, attachedDataNetworkName: string, options?: AttachedDataNetworksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes the specified attached data network.

    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.

    • Optional options: AttachedDataNetworksDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

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

get

listByPacketCoreDataPlane

updateTags

Generated using TypeDoc