Share via


MobileNetworkPacketCaptureCollection.GetAll(CancellationToken) Method

Definition

Lists all the packet capture sessions under a packet core control plane.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to