Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PacketCoreDataPlanes

Package version

Interface representing a PacketCoreDataPlanes.

Hierarchy

  • PacketCoreDataPlanes

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, packetCoreControlPlaneName: string, packetCoreDataPlaneName: string, options?: PacketCoreDataPlanesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes the specified packet core data plane.

    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.

    • Optional options: PacketCoreDataPlanesDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Deletes the specified packet core data plane.

    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.

    • Optional options: PacketCoreDataPlanesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

listByPacketCoreControlPlane

updateTags

Generated using TypeDoc