Share via


PacketCoreDataPlaneCollection.GetAll(CancellationToken) Method

Definition

Lists all the packet core data planes associated with a packet core control plane.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes
  • Operation Id: PacketCoreDataPlanes_ListByPacketCoreControlPlane
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreDataPlaneResource
public virtual Azure.Pageable<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PacketCoreDataPlaneResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of PacketCoreDataPlaneResource that may take multiple service requests to iterate over.

Applies to