Freigeben über


ExpressRoutePortCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet alle ExpressRoutePort-Ressourcen in der angegebenen Ressourcengruppe auf.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: