ExpressRoutePortsLocationCollection.GetAllAsync(CancellationToken) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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:
Azure SDK for .NET