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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to