PacketCoreControlPlaneCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all the packet core control planes in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes
  • Operation Id: PacketCoreControlPlanes_ListByResourceGroup
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreControlPlaneResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneResource>
Public Overridable Function GetAllAsync (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