Freigeben über


ExpressRoutePortsLocationsOperationsExtensions.ListNextAsync 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.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocation>> ListNextAsync (this Microsoft.Azure.Management.Network.IExpressRoutePortsLocationsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Network.IExpressRoutePortsLocationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocation>>
<Extension()>
Public Function ListNextAsync (operations As IExpressRoutePortsLocationsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ExpressRoutePortsLocation))

Parameter

operations
IExpressRoutePortsLocationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: