Share via


MobileAttachedDataNetworkCollection.GetAllAsync(CancellationToken) Method

Definition

Gets all the attached data networks associated with a packet core data plane.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to