Share via


MockableMobileNetworkSubscriptionResource.GetPacketCoreControlPlanesAsync Method

Definition

Lists all the packet core control planes in a subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to