Freigeben über


MobileAttachedDataNetworkCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle angefügten Datennetzwerke ab, die einer Paketkerndatenebene zugeordnet sind.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks
  • Vorgang IdAttachedDataNetworks_ListByPacketCoreDataPlane
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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der MobileAttachedDataNetworkResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: