Freigeben über


ExpressRoutePortsLocationCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle ExpressRoutePort-Peeringstandorte ab. Gibt keine verfügbaren Bandbreiten für jeden Standort zurück. Verfügbare Bandbreiten können nur abgerufen werden, wenn ein bestimmter Peeringstandort abgerufen wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations
  • Vorgangs-IdExpressRoutePortsLocations_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRoutePortsLocationResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRoutePortsLocationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRoutePortsLocationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ExpressRoutePortsLocationResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von ExpressRoutePortsLocationResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: