Interface AttachedDataNetwork.DefinitionStages.WithParentResource

All Known Subinterfaces:
AttachedDataNetwork.Definition
Enclosing interface:
AttachedDataNetwork.DefinitionStages

public static interface AttachedDataNetwork.DefinitionStages.WithParentResource
The stage of the AttachedDataNetwork definition allowing to specify parent resource.
  • Method Details

    • withExistingPacketCoreDataPlane

      AttachedDataNetwork.DefinitionStages.WithUserPlaneDataInterface withExistingPacketCoreDataPlane(String resourceGroupName, String packetCoreControlPlaneName, String packetCoreDataPlaneName)
      Specifies resourceGroupName, packetCoreControlPlaneName, packetCoreDataPlaneName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      packetCoreControlPlaneName - The name of the packet core control plane.
      packetCoreDataPlaneName - The name of the packet core data plane.
      Returns:
      the next definition stage.