Freigeben über


ExpressRoutePortAuthorizationCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle Autorisierungen in einem Expressroutenport ab.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: