Share via


PacketCoreDataPlaneCollection.GetAllAsync(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.AsyncPageable<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PacketCoreDataPlaneResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to